BigBinary Academy
JavaScript
Map
60.2
Search
Challenge
60.2
Exercise - Create Map
Use
new Map()
to create a
iceCream
map with the following key-value pairs:
Key
Value
{ flavor: "Chocolate", topping: "Almond" }
250
{ flavor: "Chocolate", topping: "Raisins" }
240
{ flavor: "Vanilla", topping: "Choco Chips" }
180
Previous
Next