3.7. null
The JavaScript keyword
null is a special value that indicates no value.
null is usually considered to be a special value
of object type -- a value that represents no object.
null is a unique value, distinct from all other
values. When a variable holds the value
null, you know that it does not contain a valid
object, array, number, string, or boolean value.[9]
 |  |  | 3.6. Arrays |  | 3.8. undefined |
Copyright © 2003 O'Reilly & Associates. All rights reserved.
|
|