Skip to content

Commit 02fd94d

Browse files
authored
Update 2017-06-09-adding-things-up.md
1 parent 4943aa0 commit 02fd94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-06-09-adding-things-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Of course array plus array is string!
1111
> []+[] // ""
1212
> []+{} // "[object Object]"
1313
> {}+[] // 0
14-
> {}+{} // NaN
14+
> {}+{} // [object Object][object Object]
1515
```
1616

1717
Well those are some nice and consistent results!

0 commit comments

Comments
 (0)