Reduce
The reduce method reduces an array to a single value by applying a function to each element.
Basic reduce
Loading JavaScript Playground...
Understanding reduce
Loading JavaScript Playground...
Common reduce Patterns
Loading JavaScript Playground...
Advanced reduce
Loading JavaScript Playground...
Exercise: Sum Array
Use reduce to sum an array:
Loading JavaScript Exercise...
Exercise: Find Maximum
Use reduce to find the largest number:
Loading JavaScript Exercise...

