0 / 60 seg.

What is the result of the following code?

const map = new Map();
map.set({}, 'object');
console.log(map.size);