Loading
Current section: 7. Maps and Sets 4 exercises
Problem

Maps

Loading exercise

Transcript

00:00 Great. Now we can explore maps a little bit. And, of course, not the map that you look at at your phone when you're looking for the closest CVS because you got a nosebleed or something or whatever. But the kind of map that, you use in JavaScript, The the kind that allows you to, look up anything in this data structure very quickly and efficiently and it's great. So, you're gonna create a map with, this array of users and stuff, and it's gonna be great.

00:27 We'll see you when you're done, and we can work through it together.