Open frontsideair opened 4 years ago
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.
NaN
A further pull request can add Object.is to the legend.
Object.is
Fix #11
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.