Higher-order functions .map, .filter and .reduce in JavaScript
7 min readOct 23, 2020
--
Things I want to accomplish in this Higher Order Function tutorial:
- Introduce newbies to the idea of Higher Order Function in JavaScript.
- (In a way that entertains, because HOs can get quite boring.)
- Show fun animations explaining how Higher Order functions work.