Difference between "==" and "===" in JS
In JavaScript "==" and "===" are both used for comparing values. Heres the difference between the two: \==(Equality Operator): The '==' checks for equality between two values after converting them to a common type. If the values of comparision are of...
Apr 10, 20241 min read4