Scoping
↔ How Variables are organised & accessed
scoping determines where __variables live_and whether we can _access them or not
Lexical Scope
Placement environ where Code is defined to determine Variable Scoping
Lexical Environment
current Scope environ where JS Engine read Code
References
Lexical Scope
↔ Placement environ where Code is defined to determine Variable Scoping