The JavaScript Assignment, Equality, and Strict Equality operators
The equal (=), double equal (==), and triple equal (===) signs, which are respectively known as the assignment, equality, and strict equality operators in JavaScript, often confuse junior JavaScript developers. Inappropriate use of these operators ca...
hayatscodes.hashnode.dev3 min read