- An object that always exists in the global scope. In JavaScript, there is always a global object defined. In a web browser, when scripts create global variables, they are created as members of the global object (this is not the case in Node.js). The global object’s interface depends on the execution context in which the script is running. ← MDN Web Docs
- More about this term (beta): Web search, articles and videos, books
- Previous term: Global Accessibility Awareness Day
- Next term: Global scope
- Random term: Love-at-first-sight pattern