Higher-Order Functions in JavaScript
Functions that operate on other functions, either by taking them as arguments or by returning them, are called higher-order functions.
See the Pen XEWKoq by Shane Prendergast (@webknit) on CodePen.
References
- Higher-Order Functions - eloquentjavascript
- Higher-Order Functions - Sitepoint