#33 Maps and Weak Maps | JavaScript Full Tutorial

  Рет қаралды 5,225

Dev Dreamer

Dev Dreamer

3 жыл бұрын

🙂 SUBSCRIBE - hit the bell 🔔 and choose all: goo.gl/nYLZvz
In this lesson we're going to be learning all about Maps and Weak Maps. Maps are basically a collection of key data items, similar to an Object. The main difference between a Map and an object is that a Map allows keys of any type. In this lesson we learn about how to create and use Maps.
------------------
👍 HTML FULL TUTORIAL: shorturl.at/fiCMV
👍 CSS FULL TUTORIAL: shorturl.at/clGSZ
------------------
FACEBOOK: / devdreamercode
TWITTER: / devdreamercode
SUBSCRIBE and hit the BELL NOTIFICATION 🔔: goo.gl/nYLZvz
------------------
Learn with Dev Dreamer! Step by step, easy to understand tutorials :-)

Пікірлер: 20
@SvetaSveta-ms4hi
@SvetaSveta-ms4hi 2 жыл бұрын
I can't thank you enough for exerting a lot of effort to make such an absolutely incredible tutorial. You truly have a knack for explaining things in a way that everybody can wrap their head around pretty complex stuff. Thanks a bunch! 🙏
@aleksanderdorkov5312
@aleksanderdorkov5312 3 жыл бұрын
This channel deserves more views, I see all of this garbage tutorials, where for 20 min they say nothing, but get 100k views, because they farmed more subs
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Aleksander, thank you so much. I appreciate the support 🙂👍
@not.sardar
@not.sardar 28 күн бұрын
Very helpful, thank you sir!!
@rasjohse
@rasjohse 3 жыл бұрын
Brother greetings from Venezuela, I agree with most of the comments, excellent content and I hope you can finish the tutorial. Successes
@DevDreamer
@DevDreamer 3 жыл бұрын
Thank you 🙂👍
@whatthefunction9140
@whatthefunction9140 3 жыл бұрын
what is a use case for a weak map?
@stumbleguysproboy8471
@stumbleguysproboy8471 3 жыл бұрын
Your tutorials are great
@xeit0
@xeit0 Жыл бұрын
There's one important detail missing, WeakMaps allow for garbage collection, meaning if a key is no longer in use it will be, well, garbage collected. This is the main use case since Maps aren't subject to garbage collection.
@creatingwithcode1630
@creatingwithcode1630 3 жыл бұрын
Amazing content Amit! Thank you for these excellent lessons.
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey brother! Thank you so much 🙂 👍
@gokulkrishna9264
@gokulkrishna9264 2 жыл бұрын
Awesome
@bikrantjungbudhathoki3687
@bikrantjungbudhathoki3687 3 жыл бұрын
Hey dev dreamer. I have one question, If i have many buttons that performs same function onclick, then how do I select those all buttons in one variable? those buttons have their own ID.
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Bikrant, thank you for watching 🙂 You want to give each of those buttons the same class name, and then use getElementsByClassName: let x = document.getElementsByClassName("example");
@hammadahmad5383
@hammadahmad5383 3 жыл бұрын
Clear and precise explanation 😍😊, which font family are you using...I really like it😊😊
@TechnicalARK
@TechnicalARK 3 жыл бұрын
Waiting for next video
@TechnicalARK
@TechnicalARK 3 жыл бұрын
waiting for next video
@dilip8496
@dilip8496 3 жыл бұрын
Hi. Dev dreamer please upload nest video of javascript tutorial
@bikrantjungbudhathoki3687
@bikrantjungbudhathoki3687 3 жыл бұрын
Where are you! You haven't uploaded any more videos???
@Yatin2444
@Yatin2444 2 жыл бұрын
better than the paid course..
#34 What are JS Functions? | JavaScript Full Tutorial
13:52
Dev Dreamer
Рет қаралды 13 М.
Weak References, Reachability, WeakSets, and WeakMaps
15:54
Steve Griffith - Prof3ssorSt3v3
Рет қаралды 3,4 М.
БОЛЬШОЙ ПЕТУШОК #shorts
00:21
Паша Осадчий
Рет қаралды 3,8 МЛН
Maps vs. Objects in JavaScript - What's the Difference?
11:48
#41 What is the 'this' keyword? | JavaScript Full Tutorial
12:42
#30 How to use JS Array Methods | JavaScript Full Tutorial
19:09
Dev Dreamer
Рет қаралды 11 М.
Map, Set, WeakMap & WeakSet in JavaScript - Real use case
12:20
#42 Using Call, Apply and Bind | JavaScript Full Tutorial
12:02
Dev Dreamer
Рет қаралды 8 М.
#43 What is JS Destructuring? | JavaScript Full Tutorial
15:46
Dev Dreamer
Рет қаралды 9 М.
Learn JavaScript DOM Traversal In 15 Minutes
14:44
Web Dev Simplified
Рет қаралды 220 М.
Map vs  WeakMap in Javascript
5:11
DevTuts
Рет қаралды 2,8 М.
#36 What are Parameters and Arguments? | JavaScript Full Tutorial
16:00
Complete Guide to JS Sets: How They Work & When To Use Them
18:38