Saved Bookmarks
| 1. |
What is NULL in Javascript? |
|
Answer» In JavaScript, Null represents the absence of any object value. If a USER tries to reference a null VARIABLE, he/she will get an error. It implies to no STRING, no NUMBER, no valid Boolean value, and no ARRAY object. |
|