Skip to content

Instantly share code, notes, and snippets.

@michelle
Created April 8, 2013 19:34
Show Gist options
  • Save michelle/5339774 to your computer and use it in GitHub Desktop.
Save michelle/5339774 to your computer and use it in GitHub Desktop.
# returns false. I'm expecting true, because undefined !== 0.
undefined is not 0
# Becomes...
void 0 === !0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment