Last active
August 29, 2015 14:07
-
-
Save iamblue/27e8df1d568cfa8e38b1 to your computer and use it in GitHub Desktop.
Ugly Javascript.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 1, 2, 3 ] + [ 4, 5, 6 ] | |
| // '1,2,34,5,6' | |
| // 奇怪的點: | |
| // 1. array跟array 怎會是 string | |
| // 2. 那個 + 到底是數值相加 還是 [1,2,3,4,5,6] ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment