โ Back to Loops
Question 61
reduce: Sum of an Array
reduce: Sum of an Array
An array of numbers is given. Use the array reduce method to add up all of its elements and print the total. For [10, 20, 30, 40] the program prints 100.
Expected Output:
100
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.