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.
Learn more
General knowledge
- Global variable on Wikipedia
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.