JavaScript BASICS Part 5: First Class vs. Higher-Order Functions
JavaScript is a language that has first class functions, which in technical terms means that functions are so called first class citizens. In practice, that means that functions are treated like any other variable.Read More →