Internally, JavaScript uses [1, 2, 3].join() to convert the array to a string and then adds them resulting in 11,2,3 . When doing this on both arrays ...
確定! 回上一頁