let b;
console.log(b);
console.log(b === null); // true
// it is should be "undefined"