Skip to content

Instantly share code, notes, and snippets.

@davejohnson
Created February 13, 2010 08:22
Show Gist options
  • Save davejohnson/303340 to your computer and use it in GitHub Desktop.
Save davejohnson/303340 to your computer and use it in GitHub Desktop.
[] == false; // true
"" == false; // true
null == false; // false, that's more like it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment