In Javascript, the array push function returns the length of the array (go figure!). So we can't possibly have console.log([1, 2, 3].push(4, 5)) result in ...
確定! 回上一頁