Higher Order Function
A function that operates on functions, either by taking one as an argument or by returning one.
React hooks are examples of higher order functions:
| |
Other examples include map, reduce, and filter:
| |
A function that operates on functions, either by taking one as an argument or by returning one.
React hooks are examples of higher order functions:
| |
Other examples include map, reduce, and filter:
| |