This topic has not yet been rated - Rate this topic

Global Object 

An intrinsic object whose purpose is to collect global methods into one object.

The Global object has no syntax. You call its methods directly.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.