The Composition API Masterclass is out!
Sign-up for the Vue.js Masterclass 2024 Edition.
In this episode, we're going to take a look at a cool concept of functional programming in JavaScript - higher order functions. Higher order function is just fancy terminology for a function that either accepts a function or returns a function, but let's see how we would use them in our applications.