JavaScript Map MasterClass // HashMap - Dictionary Data Structure

preview_player
Показать описание
Smash that 👍 and 🔔
Share to spread the love 🤗

Course Page:

Chapters
0:00 JavaScript Map Class
2:03 Maps and Iterables
3:16 JavaScript Map vs Objects
4:54 Maps preserve Insertion Order
5:58 JavaScript Map Methods and Properties
7:31 Object to Map to Object
8:40 Map Key Best Practices
10:28 Outro

👇 Subscribe for MOORE 👇

🌹 Support High Effort - Well Researched - Quality Content 🌹

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

Great stuff as always Bas!

Question - which is more performant when trying to loop over every item, let's say each item is just a string value:
- performing for-of on all items in a Map?
- for of on the keys of an object?
- foreach on an array of strings?

I'm working on a hobby app with large swathes of deeply nested objects that have cumulative values that get periodically updated, I found looping and updating them as an array was pretty slow ✌️

☘️

noccer
visit shbcf.ru