What is the output of the following code?
const lastMap = new Map([
["a", 1],
["b", 2],
["c", 3],
]);
console.log(lastMap.get(b));What is the output of the following code?
const lastMap = new Map([
["a", 1],
["b", 2],
["c", 3],
]);
console.log(lastMap.get(b));Create a free account to access the full topic