Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 285 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 285 Bytes

Sum Mixed Array

8 kyu link to kata
my solution

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.