DEVFYI - Developer Resource - FYI

What does javascript null mean?

JavaScript Interview Questions and Answers


(Continued from previous question...)

58. What does javascript null mean?

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.

(Continued on next question...)

Other Interview Questions