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