Skip to content

Instantly share code, notes, and snippets.

@defel
Created June 30, 2010 16:17
Show Gist options
  • Save defel/458886 to your computer and use it in GitHub Desktop.
Save defel/458886 to your computer and use it in GitHub Desktop.
// Boolean logic paradox via @amattie!
"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