Microsoft JScript
Global Object
Language Reference
Version 3

See Also Methods Properties


Description
An intrinsic object whose purpose is to collect global methods into one object.
Syntax
The Global object has no syntax. You call its methods directly.
Remarks
The Global object is never used directly, and cannot be created using the new operator. It is created when the scripting engine is initialized, thus making its methods and properties available immediately.

Comments