If you want to sort your array in descending order, you can use the reverse method. myAlhabeticArray.reverse(); // output is ['d', 'c', 'b', ...
確定! 回上一頁