Home »

What does javascript null mean?

Question ListCategory: JavascriptWhat does javascript null mean?
jamessmith05 author asked 9 years ago
1 Answers
milleranthony7 author answered 8 years ago

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.

Please login or Register to Submit Answer