Skip to content

Instantly share code, notes, and snippets.

@remi
Created June 1, 2010 19:09
Show Gist options
  • Save remi/421331 to your computer and use it in GitHub Desktop.
Save remi/421331 to your computer and use it in GitHub Desktop.
var a = "";
a == "" // true
var a = [];
a == [] // false
// damnit, Javascript…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment