To sort a `Set` in JavaScript, use the `Array.from()` method to convert the `Set` to an array. Use the `Array.sort()` method to sort the array.
確定! 回上一頁