Loose Equality Vs Strict Equality in JavaScript
Feb 14, 2023 · 4 min read · What are '==' and '===' in JavaScript ? In Javascript, to compare two values, we use comparison operators. There exists a special case of comparison where two values are compared and decided whether the values are equal (or unequal). In that case, we...
Join discussion