undefined and null

 let a;

undefined

let b=null;

undefined

b

null

Comments

Popular posts from this blog

Callback Hell

TODO list with DOM

Refactoring callback hell code