Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Created May 8, 2014 20:22
Show Gist options
  • Save ajcrites/ff4ef2e9d6e51f5544d7 to your computer and use it in GitHub Desktop.
Save ajcrites/ff4ef2e9d6e51f5544d7 to your computer and use it in GitHub Desktop.
> "" + []
''
> "" - []
0
> "" - {}
NaN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment