VE
↔ container for FAV (Function Declarations, Args Object & Variables )
aka VE, Variable-Environment
FAV
Function Declarations, Args Object & Variables
Memory Address location where Variable lives
Functions can access variables outside VE via Scope Chain
Hoisting
(mechanism) to access Variable before Declaration
Closure
Internal Property of function to preserve access to VE of EC at its creation
References
Closure
↔ Internal Property of function to preserve access to VE of EC at its creation