list of higher-order functions javascript
A “higher-order function” is a function that accepts functions as parameters and/or returns a function.
Array Method .reduce()
Array Method .forEach()
Array Method .filter()
Array Method .map()