Shafi Khanshafikhan.hashnode.dev·Apr 8, 2023Not so Weird Parts of Javascript - Part 1Do you know, In Javascript 1 == '1' will give true as output whereas 1 === '1' gives false? Well, the reason behind this is,The ==(double equals) does type conversion first followed by a comparison of values, whereas ===(triple equals) does the same ...12 likes·84 readsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.