DEV Community

Discussion on: Javascript Superpower - Higher Order Function

Collapse
 
irreverentmike profile image
Mike Bifulco

Nice explanation, good work Fadhil. At first glance, "Higher Order Function" sounds really intimidating... to me, at least. Once I got past that factor, it wasn't too bad to wrap my head around this stuff, and I've started to notice it more and more in tools and libraries I use.

Collapse
 
fadhilradh profile image
Fadhil Radhian • Edited

Thanks!

It was the case for me a long time too.
Most familiar use cases are map, filter and reduce. They are basically similar to copyArrayandManipulate in this post.

They are Higher Order Functions that takes array and arrow function as parameter, then return the result