JavaScript-Equality-Table icon indicating copy to clipboard operation
JavaScript-Equality-Table copied to clipboard

Add negative zero

Open frontsideair opened this issue 5 years ago • 1 comments

There are two gotchas that strict equality has, NaN and zeroes. Adding negative zero further illustrates that strict equality is not enough and we need Object.is.

A further pull request can add Object.is to the legend.

frontsideair avatar Feb 21 '20 22:02 frontsideair

Fix #11

tdelmas avatar Feb 21 '20 22:02 tdelmas