Map methods

Report a typo

What is the output of the following code?

const lastMap = new Map([
  ["a", 1],
  ["b", 2],
  ["c", 3],
]);
console.log(lastMap.get(b));
Select one option from the list
___

Create a free account to access the full topic