Difference between types of equality operators in JavaScript
Equality operators in JavaScript
There are two types of equality operators in JavaScript.
Loose Equality Operator (==)
Strict Equality Operator (===)
Before trying to understand the working of these operators, you need to have a basic knowledge o...
harshm09.hashnode.dev3 min read
Aditya Tiwari
Web Developer , UI Designer , Python Programmer
awesome