It's Null and Undefined
Null and undefined sneak into our code all the time. Either we forgot to assign a variable to an object in memory, a response from the database, or API came back with an empty object, the list is endless.
Both null and undefined are similar and may ...
chemi.hashnode.dev2 min read