-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
===
, SameValue, or SameValueZero (Can you match NaN?)
#21
Comments
The only options seem to be
|
Agree that SameValue seems like the best choice (and further that matching NaN is critical). I'll update the title a little bit. |
===
, SameValue, or SameValueZero (Can you match NaN?)
Hey y'all! #65 has gotten merged, and a lot of issues have become irrelevant or significantly changed in context. Because of the magnitude of changes and subtle differences in things that seem similar, we've decided to just nuke all existing issues so we can start fresh. Thank you so much for the contributions and discussions and feel free to create new issues if something seems to still be relevant, and link to the original, related issue so we can have a paper trail (but have the benefit of that clean slate anyway). p.s. the new spec explicitly mentions using |
Do literal patterns have the same behavior as
Object.is(a, b)
?Consider:
The text was updated successfully, but these errors were encountered: