Some special variables are created in the interpreter to assist with program execution and to define certain special values. You must avoid using these as identifiers.
Here is a list of the special variable names:
Some implementations may allow you to redefine the value of these special variables. This can cause unpredictable side effects later on.
See also: | Global object, Infinity, NaN |
Prev | Home | Next |
Global.undefined | Up | Glow() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |