This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

undefined Constant

Functions

decodeURI Function | unescape Function

See also

Other articles

Attributions

  • Microsoft Developer Network: Article