Answers for "difference between undefined and null?"

1

difference between undefined and null?

null is a special object because typeof null returns 'object'. 
On the other hand,
undefined means that the variable has not been declared,
or has not been given a value.
Posted by: Guest on July-10-2021

Code answers related to "difference between undefined and null?"

Browse Popular Code Answers by Language