JavaScript Equality Comparisons
In JavaScript, there are two types of equality comparisons: strict equality (===) and lose equality (==).
Strict equality (===) compares both the value and the type of the operands. If the operands have the same value and the same type, then the com...
mifrasgaffoor.hashnode.dev1 min read