docs.rodeo

MDN Web Docs mirror

Global variable

{{GlossarySidebar}} 

A global variable is a {{glossary("variable")}}  that is declared in the {{glossary("global scope")}}  in other words, a variable that is visible from all other scopes.

In JavaScript it is a {{glossary("property")}}  of the {{glossary("global object")}} .

See also

In this article

View on MDN