const set = new Set() console.log(set.keys === set.values) // <- true 5.4 ES6 WeakSets In a similar fashion to Map and WeakMap, WeakSet is the weak version ...
確定! 回上一頁