Global variable

A global variable is a variable that is declared in the global scope in other words, a variable that is visible from all other scopes.

In JavaScript it is a property of the global object.

See also

Morty Proxy This is a proxified and sanitized view of the page, visit original site.