Skip to content

Instantly share code, notes, and snippets.

@AtomFusion
Created February 16, 2010 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AtomFusion/305287 to your computer and use it in GitHub Desktop.
Save AtomFusion/305287 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