Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Functional Programming – 24: Higher-order Function

2.8K views on YouTube

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