Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 2.83 KB

File metadata and controls

42 lines (37 loc) · 2.83 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Global Object (JavaScript) | Microsoft Docs
01/18/2017
windows-client-threshold
devlang-javascript
language-reference
Global
JavaScript
TypeScript
DHTML
Global object
81a40cad-9354-4e38-8ad0-83fc4257baee
9
mikejo5000
mikejo
ghogen

Global Object (JavaScript)

An intrinsic object whose purpose is to collect global functions and constants into one object.

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.

Requirements

[!INCLUDEjsv5]

Constants

Infinity Constant | NaN Constant | undefined Constant

Functions

decodeURI Function | decodeURIComponent Function | encodeURI Function | encodeURIComponent Function | escape Function | eval Function | GetObject Function | isFinite Function | isNaN Function | parseFloat Function | parseInt Function | ScriptEngine Function | ScriptEngineBuildVersion Function | ScriptEngineMajorVersion Function | ScriptEngineMinorVersion Function | unescape Function

See Also

Object Object