JavaScript ES6 Map Methods

preview_player
Показать описание
The ES6 Map object allows you to create a list of key value pairs and provides a series of methods for working with those elements.
This video covers all the methods and the one property, except for the three methods that return ES6 Iterator Objects. These will be covered in another video.

Рекомендации по теме
Комментарии
Автор

Yo the map is way better to filter than an array in all honesty. this has() method is amazingly simple to use!

juniordallagnolo
Автор

In object also we can use all data types right?

programmingwithjanaravi