#web3
Read more stories on Hashnode
Articles with this tag
In JavaScript, one of the quirks that has puzzled developers for decades is the fact that: console.log(typeof null); // Outputs: "object" This...