|
@@ -1,3 +1,7 @@
|
|
# 8 kyu - Sum Mixed Array - Authored by PG1
|
|
# 8 kyu - Sum Mixed Array - Authored by PG1
|
|
|
|
|
|
Link to kata: https://www.codewars.com/kata/57eaeb9578748ff92a000009
|
|
Link to kata: https://www.codewars.com/kata/57eaeb9578748ff92a000009
|
|
|
|
+
|
|
|
|
+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.
|