What is the result of the following code?
const map = new Map(); map.set({}, 'object'); console.log(map.size);
0
1
2
Error