Global Scope ↔ Outside any Block. Variableaccess everywhere
aka Top-Level-Scope
Global Variable
Variable Declare in Global Scope or Top-Level Code
Global Object
Object to access viaGlobal Scope
Global Function
function declare in Global Scope
References
Global Object↔ Object to access viaGlobal ScopeGlobal Variable↔ Variable Declare in Global Scope or Top-Level CodeGlobal Function↔ function declare in Global ScopeGlobal EC↔ EC created for Global Scope or Top-Level CodeScript↔ Code fragment run in Global Scope by BrowserRuntime Environment↔ Place to Execute Program, with platform-specific Global Scope accessJS Global Function↔ built-in function to access in Global Scope of Browser RuntimeTop-Level Code↔ Code in Global Scope, outside Block