Global variable
In JavaScript it is a property of the global object .
See also
- 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 .
Updated on April 20, 2024 by Datarist.