Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 182 Bytes

56-sum-mixed-array.md

File metadata and controls

5 lines (4 loc) · 182 Bytes

Problem:

Given an array of integers as strings and numbers, return the sum of the array values as if all were numbers.

Return your answer as a number.

Solution