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. |
Is it helpful?
Yes
No
Most helpful rated by users:
- What are JavaScript data types?
- What\'s relationship between JavaScript and ECMAScript?
- What does isNaN function do?
- How do you convert numbers between different bases in JavaScript?
- What is negative infinity?