Skip to content

Instantly share code, notes, and snippets.

@ahmadajmi
Created March 30, 2011 07:36
Show Gist options
  • Save ahmadajmi/894010 to your computer and use it in GitHub Desktop.
Save ahmadajmi/894010 to your computer and use it in GitHub Desktop.
var foo = "0"; // true becuse "0" !== 0
var foo = "false"; // true becuse "false" !== false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment