Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created February 23, 2010 19:53
Show Gist options
  • Save brianleroux/312630 to your computer and use it in GitHub Desktop.
Save brianleroux/312630 to your computer and use it in GitHub Desktop.
"0" && {} // true
0 && {} // false, ok...fair enough
0 == "0" // true, wtf!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment