Search
Use the map.set() method to add a property with the key { flavor: "Pista", topping: "Choco Chips" } and the value 200 in the iceCream Map.
map.set()
{ flavor: "Pista", topping: "Choco Chips" }
200
iceCream