Functional Programming - 24: Higher-order Function
Higher-order Function (HOF) is a function that either receives one or more functions as parameters, or it returns a function, or does both. We also look at Lambda function which is called Arrow Functions in JavaScript and TypeScript.
In this Video:
- Higher-order Function
- Predicate function
- Composability and Reusability
- Lambda