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