Difference between loose equality and strict equality operator JavaScript
Loose Equality operator (==) in JavaScript
In Javascript, the ‘==’ operator is also known as the loose equality operator which is mainly used to compare two values on both sides and then return true or false. This operator checks equality only after ...
mahimacoding.hashnode.dev2 min read