Undefined and Null are two dinstinct data types in javascript ...check the difference π
Undefined
Undefined data types in javascript means the variable has been declared, but has no value.
Example π
Null
Null in javascript, is an object that can be assigned to a variable as a representation of nothing or void.
Example π
THE END!
...
oluwaloseun.hashnode.dev1 min read