DESCRIPTION
Use the versatile .reduce method to sum an array of numbers.
Sum those numbers
Summary
- Reduce method is very flexible and can help in all kinds of arrays transformations.
- It can reduce numbers to sum them up or calculate the average number for example.
- It also works great with other data structures such as arrays of strings or arrays of objects.