Expert Developer JavaScript Question:
What do mean by NULL in JavaScript?
Answer:
The NULL value is used to represent no value or no object. It implies no object or null string, no valid boolean value, no number and no array object.
Previous Question | Next Question |
What is the difference between == and === ? | What is the way to get the status of a CheckBox? |