Global
Summary
An intrinsic object whose purpose is to collect global functions and constants into one object.
Syntax
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 functions and constants available immediately.
Constants
Functions
decodeURI Function | unescape Function
See also
Other articles
Attributions
Microsoft Developer Network: Article