Higher-Order functions
These are the functions that is having another function as an argument or a function that returns another function as a return in the output.
Examples of Higher-Order functions are : map(), filter(), reduce()
Before looking fur...