Higher Order Functions in JavaScript
In JavaScript, functions are considered First-Class Citizens. So what is a first-class function?
First-Class functions can be...
assigned to a variable
passed as an argument to another function
returned as a result from another function.
Basically...
ehoversten.hashnode.dev7 min read