Skip to content

Instantly share code, notes, and snippets.

@janmonschke
Created August 17, 2010 13:17
Show Gist options
  • Save janmonschke/529881 to your computer and use it in GitHub Desktop.
Save janmonschke/529881 to your computer and use it in GitHub Desktop.
var a = "false";
a = Boolean(a);
console.log(a); // -> true || WTF?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment