Skip to content

Latest commit

 

History

History

sumMixedArray

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.