Basic JavaScript Question:

What does JavaScript null mean?

JavaScript Interview Question
JavaScript Interview Question

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.


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