Map, Set, WeakMap & WeakSet in JavaScript - Frontend Interview Series🔥 Episode 8

preview_player
Показать описание
Here is a simple real time solution on Map, Set, WeakMap and WeakSet in Javascript. I am trying to explain with those JavaScript objects with very simple way.

⭐ Timestamps to Skip the video:
00:00 - Don't skip anything 🙏
01:46 Set ⭐
11:42 Map
18:14 WeakSet⭐
22:22 WeakMap

Put your comments and share your experience with us if you like this vlog. Also if you have some suggestions then please suggest them in the comment box.

⭐ Modern JavaScript ES6 Tutorial by Technical Suneja

⭐ Full Stack Web Developer ( Complete Roadmap)

⭐ Support vs Development Jobs? Projects? What to choose

⭐ Latest IT Vlogs :

⭐ Wednesday Episodes By Technical Suneja

⭐ Coding Stuff :

⭐ ReactJS Tutorial For Beginners. :

⭐ CTC v/s IN HAND SALARY | Huge Packages Explained🤔 GOOGLE, MICROSOFT, Facebook! 🔥

⭐ Top 5 Programming languages for 2021

⭐ Best Top 5 Frontend Frameworks of 2021 for Web Development

⭐ 10 Generic steps to becoming Javascript Developer | Frontend & Backend Both🔥

⭐ Best LinkedIn Tips for Job seekers in 2021 - Proper Utilisation of LinkedIn 🔥

⭐ My Thoughts on Web Development & Mobile App Development - Which is better?

⭐ Competitive Programming vs Software Development – Where Should I Invest My Time? 🔥

⭐ My Thoughts on Mean Stack Developer - Are you looking for a FullStack Developer?🔥

⭐ My Thoughts on Full Stack Developer - Perfect Path 🔥🔥

Want Webhosting service ?
If you are planning to host your website in a very decent amount you can contact us on the given numbers.
Contact Details :
1. +91-9990131528
2. +91-8529119425

⭐ Follow us on Social Media platforms:-
------------------------------------------------------------
------------------------------------------------------------

⭐ My Telegram Group Link:

⭐ My Youtube equipment

⭐ Microphone:

⭐ Lights Used:

⭐ Tripod

javascript set,weakset,javascript set and map,js set and map,es6 sets,javascript sets,js sets,ecmascript sets,ecmascript 6 sets,javascript 6 sets,sets and weaksets,sets javascript,set and weakset in javascript,javascript sets and weaksets | es2015,javascript es6 weakset,set u0026 weakset,set data structure,set datastructure,javascript maps sets,javascript features,complex javascript,js esnext,es next js,javascript esnext,new js features,sets tutorial

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

00:00 - Don't skip anything 🙏
Aur kya haal sabke?
btao next topic JS kon sa hona chahiye ??

TechnicalSuneja
Автор

Bhagwan aapko hamesha khus rakhe aur aapke parents and pure family ko . full time job ke bad video banana editing karna aur hum logo ke liye naye naye and effectfull content lana . jo concept company point of view se related hota hai love you sir.

rajukumar-yqqf
Автор

Difference between Set and WeakSet :
Set:
Value Types:

Set can store any JavaScript value, including primitive data types (numbers, strings, booleans, etc.) and objects (including functions and other sets).
Reference Handling:

Set holds strong references to the values stored in it. Even if the value is removed from the set, the reference to the object prevents it from being garbage collected.
Iteration:

Iterating over the elements of a Set is straightforward using methods like forEach, for...of, or the entries method.
Size Property:

Set has a size property that reflects the number of elements in the set.


WeakSet:
Value Types:

WeakSet can only store objects and does not accept primitive data types.
Reference Handling:

WeakSet holds weak references to the objects it contains. This means that if there are no other references to an object stored in a WeakSet, it may be garbage collected.
Iteration:

WeakSet does not provide direct methods for iterating over its elements. It lacks methods like forEach, for...of, and entries.
Size Property:

WeakSet does not have a size property because of the weak reference nature; you cannot directly count the number of elements.

inspiredomkar
Автор

thank you, its very helpful and concept clarification, is very clear and after so many videos this series is awesome

muskanvarshney
Автор

Thank you sirji.... continue this series plzzz sirji....

ankushladani
Автор

I bought around 2, 3 courses but still i need your video for get more clarification, just wanna say, thank you:)

akashdubey
Автор

Thanks for sharing your knowledge. It is really very helpful.. Also please try to come up with a project tutorial in react with redux. It ll be more like learning while doing. Thanks& Regards

Callme_Dee.
Автор

Majedar haha Priyanka ka name koi nhi lega😆

mrlogicals
Автор

Thanks a lot for this series. It's really helpful

Scienceandfunfanclub
Автор

Hloo bde bhaii bhaii ek vdo html or css k jo bhi main main topics hai or jo important h jo jada krr interviews m puchte hai usski vdo bhi bnadoo....

hritikkataria
Автор

Demand for full video on React projects

getknowledgebite
Автор

by spelling bhi galat hai, iterate ki interated likha hai, apart from this its really good and helpful, just making serious mind relax :) or I'm joking

howto
Автор

how weak is different from set apart from only store object in weakset, no iterate. why it's name is weakset isko thoda ache se batao.

महात्मा-गांधी-असली-वाले
Автор

Sir ap API kaa tutorial banaiyaa, two fector authentication, kaay baraa may bateyaa.

creativitychannel
Автор

Bhaeya what is the difference between array method map and map we learn in this video plz clear this dought

anupkumargupta
Автор

@21:54 "you can't store obj & can't iterate"

yeh toh ahi se bho pata chal jyega,
we need actual knowledge about "why weak map is needed"
"why it is even there for"

alexmercer
Автор

ajay sir lekin isme map aur set ka toh samjh aa gaya ki wo prototype me aap ko sare functions provide kar raha hai lekin phir Waekset AUr Weakmap ka use case kya hai ?

gandharthakar
Автор

Hello tricky javascript coding interview questions ka problem lelo koi..which will help to crack interview and improve knowledge as well

suyogbankar
Автор

Sir what is best operating system for development window or Ubuntu ??
Which one is mostly used in industry ???

muhammadnaeem-jmlh
Автор

Did you mention that we need to use (value, key) for Map forEach instead of (key, value) ?

ManojKumar-opot