JavaScript
JavaScript: Loose Equals and Strict Equals
Loose equals refers to the “==” (double equal sign) operator, while Strict equals indicates the “===” (triple equal sign) operator. Usually both these operators are utilized in the comparison of two values and check for “equality”. However, the “loose” and the “strict” equals have a significant difference in their behaviors, especially in the way they conclude “equality”.
Read more ·
4 Min
read