Topics: Scope (Global, Local, Block, Lexical Environment, Scope chaining) Single Thread Call Stack Hoisting Scope: A lot of (JavaScript) developers talks about “the scope”, but what is it? Scope tells us about the reach of a particular variable in ...