If you have started learning to code, you must have learned about the equality operator. Among different operators in JavaScript, it's a unique one. There exist two types of equality operators. === (Strict Equality) and == (Loose Equality). Let's lea...
jagrut-sharma.hashnode.dev4 min read
Nicely written and great explanation!
Sanika Suryawanshi
Very interesting!