DEV Community

Discussion on: Higher-order functions in Javascript

Collapse
 
aditya81070 profile image
Aditya Agarwal

You should also tell about the closures when talking about the higher order functions. This is the concept most of the javascript developer use but never heard of it.

Collapse
 
damcosset profile image
Damien Cosset

I am working on a separate article about closures ;)

I thought it would be too long of an article if I tried to explain both things in the same post