Introduction to First-Class Functions

<aside> 🆙 A function that takes a first-class function as an argument is known as a higher-order function. Higher-order functions are very useful in storing code that will be reused (with different first-class functions as arguments).

</aside>


Functions as Arguments