Basic JavaScript 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.

Read All 114 JavaScript Questions
Previous QuestionNext Question
Name the numeric constants representing max, min values? How do you create a new object in JavaScript?