Execution contexts, Lexical enviroments & Hoisting. Learn advanced concepts in minutes
→ When Javascript Engine see () its going to create an execution context, then, it tries to add it to the callstack and run it. This happends every time the javascript engine recognize a pair of brackets. When the javascript engine start, it creates ...


