Descending numerical sort. A descending sort would just need the operators reversed, so the comparison function becomes (a,b)=>b-a :.
確定! 回上一頁