0 / 60 seg.

What happens in the following code snippet?

const set = new Set([1, '1']);
console.log(set.size);