Sign In
Sum Array
Beginner
Sum Array
Write a function
sumArray
that takes an array of numbers as input, and returns the sum of all the numbers in the array using the
forEach
(
)
method.
Click to go back
Click to go forward
Refresh preview
Console
Submit
Solution
00:00
Back to Exercises