David Okekefrontendokeke.hashnode.dev·Sep 11, 2023Why is Javascript so weird. Understanding Javascript CoercionObserve this behaviour "0" == false; // true "0" == ""; // false false == ""; // true "" == []; // true false == []; // true "" == {}; // false "true" == true; ...JavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.