#typescript
Read more stories on Hashnode
Articles with this tag
Observe this behaviour "0" == false; // true "0" == ""; // false false == ""; // true "" == []; ...