Undefined vs null
๐ท๏ธ Javascript
Undefined
- A variable was declared but not assigned a value
- Default value of a variable
- Canโt explicitly assign undefined to a variable
Null
- Represent an intentional absence of any object value
- Can explicitly assign to a variable
- Indicate a variable should have a value but currently doesnโt