Map Lookups
Maps
π¨βπΌ We need fast lookups by user ID, and
Map is perfect for that.π¨ Open
and:
- Create a
Mapfrom the users array - Read a user from the map by ID
- Check whether a missing ID exists
π MDN - Map


