Maps in javascript

preview_player
Показать описание
Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.

All the learning resources such as code files, documentations, articles and community discussions are available on our website:

You can find our discord link, github link etc on the above website.

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

Full course is FREE and will be available here

HiteshCodeLab
Автор

Diff between map and object as both of them are storing key value expect the fact that kay can be of ant type in map

iam_ck
Автор

You always answer questions right after I get them in my head...great work!

eborne
Автор

Start of the day be like.. WATCH HITESH SIR'S VIDEO ON JS WITH CUP OF TEA 💐💐💐

saurabhkumarmishra
Автор

I was looking at this topic in MDN like nothing.
Thanks Sir

dakshamdev
Автор

Explain Call back function Sir.. Some people says that if we arrow function means where there is no need to call back... Still confusing lot.. Can u elaborate

NandWebDev
Автор

hey @Hitesh Choudhary which JS extensions are you using ?

ayushprakash
Автор

Thanks 😊 sir
Sir When is the meet up. I also Live in jaipur.

creativeakshara
Автор

one more thing to note here:

for (const key of myMap){
console.log(key)
} // please note that I have taken a different examlpe here
above code will give output
[ 0, 'Siddharth' ]
[ 1, 'Malviya' ]

here we use destructing to store keys and values in different variable, for ex

for(const [key, value] of myMap){
console.log(`${key}: ${value)`);
}

siddharthmalviya
Автор

Awesome. You are really amazing regarding the way you teach

shankumondal
Автор

SIr if map is not an object what is it then?

travelwsamad
Автор

Are those Green Day Album references? :)

bhuwansingh
Автор

One question always strike on my mind.. can we survive in industry as a mern developer for upcoming 20yr??plz reply

dhananjayapattnaik
Автор

How to search for a number or string or a boolean value from an array and print it, can anyone help.?
const arr=['John', 23, true]

shahrukhshah
Автор

come on yaar kuch interesting contents banao jaise ki ye kyu aur kab use karte hai, iski zroorat kyu padi, yeh na hota toh kya problems face krni padti, etc
ye basic use ke baare me to 100, s of articles and vdos milenge,
so kuch hatke banao...

becool
Автор

Apart from JS you taught us some Spanish also sir ❤

sivasai