DEV Community

Discussion on: ES6 - Higher-Order Functions

Collapse
 
matveyclark profile image
Matthew Clark

Thanks for this, great article. I think one of the best methods to learn the built in higher order functions is to attempt writing your own implementation of it by overriding the 'prototype' of Array, (.forEach, .map etc.) for example. Maybe even add some other functionality just out of curiosity :)

Collapse
 
skaytech profile image
skaytech

You are welcome 🙂 it's true with ES6 things were nicely wrapped with fluff but within prototype methods lies the true implementation