null
is a data type in JavaScript.
It is used to denote
the value of nothing
in a variable.
When a variable is undefined
,
it means it has been given
no value to hold.
Whereas, when a variable is null
,
it means the variable has
a value, the value null
.