What must the return value ofmyFunctionbe if the following expression is possible ?myFunction()();
What is a closure?
Aclosureis the combination of a function and the lexical environment within which that function was declared.
What are 4 JS fundamentals?
Closures, event loop, prototypal inheritance, this