If your sorting needs are more advanced, you may pass a callback to sort with your own algorithm. const collection = collect([5, 3, 1, 2, 4]); const sorted ...
確定! 回上一頁