Javascript
100 Front End Interview Questions Challenge

Undefined vs Null

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

undefined: the variable has not been assigned a value.

null: the variable has been assigned to an empty or 'null' value. Usually this is done to assign the value later.

 

I finished! On to the next chapter