javascript considers the variables one and ONe to be identical
Answers
Answered by
6
Answer:
Strict equality using === If the values have the same type, are not numbers, and have the same value, they're considered equal. Finally, if both values are numbers, they're considered equal if they're both not NaN and are the same value, or if one is +0 and one is -0 .
Similar questions