Skip to content

Instantly share code, notes, and snippets.

@maxaf
Created June 28, 2010 15:23
Show Gist options
  • Save maxaf/455971 to your computer and use it in GitHub Desktop.
Save maxaf/455971 to your computer and use it in GitHub Desktop.
>>> typeof("") == "undefined"
false
>>> if ("") { console.log("yes!"); } else { console.log("no"); }
no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment