CJCoding With Joseph

reduce: Largest in an Array

An array of numbers is given. Use the array reduce method to find the largest value and print it.

For [3, 9, 2, 15, 8] the program prints 15.

Expected Output:

15
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.