Functions in JavaScript
Title
Question
Hello Folks,
Can anyone tell me what are higher-order functions in JavaScript, as I started learning javascript, please let me know your suggestions to bridge the gap.
Can anyone tell me what are higher-order functions in JavaScript, as I started learning javascript, please let me know your suggestions to bridge the gap.
Thanks in advance!
JavaScript Functions-in-JS 02-03 min 20-30 sec
Answers:
A Higher-order function is a function that takes a function as an input parameter and returns the modified function.
The name of the function which is taking a function as param is HOF.
Login to add comment