Posted inJavaScript JavaScript Quiz
What is a first-class function in JavaScript
A first-class function in JavaScript means that functions are treated like any other value. This means functions can: Be assigned to variables. Be passed as arguments to other functions. Be…




