JavaScript Maps Lab

Easy
9
75.7% Acceptance

In this lab, you'll be working with JavaScript Maps. You'll create a Map, add key-value pairs to it, create a function to get the size of the Map, and then export the variable and function using ESM syntax. Remember that JavaScript Maps are a special type of data structure that can store key-value pairs, allowing for quick lookups and updates.