What happens in the following code snippet?
const set = new Set([1, '1']); console.log(set.size);
2
1
Error
0