// Create an object const objAsKey = { foo: 'bar' } const map = new Map() // Set this object as the key of a Map map.set(objAsKey, 'What will ...
確定! 回上一頁