Open GeekEast opened 4 years ago
https://geekeast.github.io/jsequality.html#more
Abastract Equality Comparison == vs === SPEC Only use the == when you know the type especially when implicit coercion is very helpful. == allows for coercion null equal to undefined. 1234567c
https://geekeast.github.io/jsequality.html#more
Abastract Equality Comparison == vs === SPEC Only use the == when you know the type especially when implicit coercion is very helpful. == allows for coercion null equal to undefined. 1234567c