Skip to content

Instantly share code, notes, and snippets.

@studiomaestro
Last active December 11, 2015 20:29
Show Gist options
  • Save studiomaestro/4655819 to your computer and use it in GitHub Desktop.
Save studiomaestro/4655819 to your computer and use it in GitHub Desktop.
Javascript Basics
$ v8
V8 version 3.1.2
> []+[]
> []+{}
[object Object]
> {}+[]
0
> {}+{}
NaN
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment