undefined vs null
By xyz on 2 weeks ago|0 comment||
0
undefined is where a value is not defined for a variable but, the variable has been declared.
null itself is an empty and non-existent value that must be assigned to a variable explicitly.
undefined and null are not strictly equal.
undefined === null // false
Add a Comment
Comments
Comments MIA, jokes needed ASAP. Add yours! 😄