#9) Explain HOF in JavaScript❔

myk

Mayank Yadav

Posted on July 27, 2021

#9) Explain HOF in JavaScript❔

🔰HOF: Higher Order Function

✅HOF is a function that that operates on other function, either by accepting functions as arguments and/or returning a function.

image

For example, Array.prototype.map, Array.prototype.filter and Array.prototype.reduce are some of the Higher-Order functions built into the language.


💖 💪 🙅 🚩
myk
Mayank Yadav

Posted on July 27, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related