Build-in objects
Standard built-in objects
Last updated
Was this helpful?
Standard built-in objects
Last updated
Was this helpful?
The term "global objects" (or standard built-in objects) here is not to be confused with the global object. Here, "global objects" refer to objects in the global scope.
The global object itself can be accessed using the operator in the global scope. In fact, the global scope consists of the properties of the global object, including inherited properties, if any.
Other objects in the global scope are either or provided by the host application. The host objects available in browser contexts are documented in the .
For more information about the distinction between the and core , see .