- 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
- Previous term: Global Accessibility Awareness Day
- Next term: Global scope
- Random term: Data manipulation language