1.

What Is The Difference Between Undefined Value And Null Value?

Answer»

(i)UNDEFINED VALUE cannot be explicitly STATED that is there is no keyword called undefined whereas null value has keyword called null
(II)typeof undefined VARIABLE or property returns undefined whereas typeof null value returns object

(i)Undefined value cannot be explicitly stated that is there is no keyword called undefined whereas null value has keyword called null
(ii)typeof undefined variable or property returns undefined whereas typeof null value returns object



Discussion

No Comment Found