To get the first element of a Set, use destructuring assignment, e.g. const [first] = set . The destructuring assignment sets the variable to ...
確定! 回上一頁