> in almost all cases, it can be replaced by undefined.
Null has a subtle relationship to Object in that
typeof null == 'object'
> in almost all cases, it can be replaced by undefined.
Null has a subtle relationship to Object in that
For that reason, null should be used for values that can be optional references to Objects (or null).