🚧 NOTICE: You are watching a Vue.js 2 lesson
What is a Higher Order Function?
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.