const sortDesc = arr => [...arr].sort((a, b) => a - b).reverse(); Enter fullscreen... Tagged with javascript, webdev, performance, ...
確定! 回上一頁