Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brianleroux/305292 to your computer and use it in GitHub Desktop.
Save brianleroux/305292 to your computer and use it in GitHub Desktop.
(true + 1) === 2;​ ​// true
(true + true) === 2; // true
true === 2; // false
true === 1; // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment