Did you know that JavaScript has the “===” and “!==” operators to compare two variables? When we have to check in JavaScript whether two variables are equal or not equal, we use “==” or “!=”. It’s just the habit of the C# programmer. But those two operators are not reliable. Why, you ask?If the two … Continue reading Equality testing in JavaScript