What's the difference between a variable that is: null, undefined or undeclared? code example
Example: what is the difference between null and undefined
Undefined used for unintentionally missing values.
Null used for intentionally missing values.