DEV Community

Discussion on: Higher-order functions & Why you should use them

Collapse
 
arvindsridharan profile image
arvindsridharan

Amin, you have very nicely explained higher order functions. I have bookmarked your post for reference. I believe closures, recurssive functions and call backs are also Higher order functions. Please prepare some posts on this.

Collapse
 
aminnairi profile image
Amin

Hi and thanks for you comment. That means a lot.

Indeed, closures, recursive functions and callbacks can create higher order functions.

I'll try my best to make articles about these topics in a near future and I'll keep you updated when they are ready.