This means that JavaScript will treat the following arrays in a similar fashion when calling the sort method: const numbers = [80, 9] numbers.sort() // [80, ...
確定! 回上一頁