We can use .sort((a,b)=>a-b) to sort an array of numbers in ascending numerical order or .sort((a,b)=> ...
確定! 回上一頁