What are Maps in JavaScript | Data Structure | JavaScript

In the last lecture we learned that there are two new data structures which have been introduced in JavaScript with the release of ES6 - Sets & Maps. We already learned about Sets in great detail in our previous lecture. In this lecture, you will learn about another data structure in JavaScript, which is Map. A Map stores a data in the form of key value pair. This lecture will teach you how to create a map and how to use it. SOURCE CODE OF THIS SECTION CAN BE DOWNLOADED FROM HERE: https://drive.google.com/file/d/1c3bE... SLIDES OF THIS SECTION CAN BE DOWNLOADED FROM HERE: https://drive.google.com/file/d/163Bo...