Referencia de JavaScript 1.5:Propiedades globales
De MDC
This chapter contains all 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.