Skip to content

Instantly share code, notes, and snippets.

@penartur
Created May 29, 2012 04:39
Show Gist options
  • Save penartur/2822585 to your computer and use it in GitHub Desktop.
Save penartur/2822585 to your computer and use it in GitHub Desktop.
> [] + [];
''
> [] + {}
'[object Object]'
> {} + []
'[object Object]'
> {} + {}
'[object Object][object Object]'
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment