Skip to content

Instantly share code, notes, and snippets.

@ileathan
Last active November 28, 2017 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ileathan/4264012e557ffcce4744edcff82067ef to your computer and use it in GitHub Desktop.
Save ileathan/4264012e557ffcce4744edcff82067ef to your computer and use it in GitHub Desktop.
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