Last active
November 28, 2017 05:52
-
-
Save ileathan/4264012e557ffcce4744edcff82067ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
true|0**0 === 1; // true | |
NaN|0**0 === 1; // true | |
false|0**0 === 1; // true | |
// ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment