A higher-order function takes functions as arguments or returns a function as a result. Explanation
Higher-order functions are often used to "decorate" other functions with extra behavior or to use them as callbacks.
You already used higher-order functions if you used http://Array.map() or Array.filter() functions.
Source:
Vincas St
Vincas St
No comments:
Post a Comment
If you have any doubts or questions, please let us know.