Expert JavaScript Developer Question:
What does JavaScript null mean?
Answer:
The null value is a unique value representing no value or no object.
It implies no object, or null string, no valid Boolean value, no number and no array object.
It implies no object, or null string, no valid Boolean value, no number and no array object.
Previous Question | Next Question |
How you hide JavaScript code from old browsers that don't run it? | Name numeric constants representing max, min values? |