Core JavaScript 1.5 Reference:Global Properties
From MDC
This section lists the JavaScript properties not associated with any object. In the ECMAScript specification, these properties are referred to as properties of the global object.
- Infinity
- A numeric value representing infinity.
- NaN
- A value representing Not-A-Number.
- undefined
- The value
undefined.