JavaScript Map with Interview Question Hindi | new Map | Advance JavaScript tutorial

preview_player
Показать описание
In this javascript tutorial, we learn the JavaScript new map or maps in the Hindi language. Advance javaScript topics with example . this video made by anil Sidhu in the Hindi language

video steps
JavaScript Map
Map is similar to the object but a little bit advanced from the object
Map key can be any data type (object can have string key only)
Map has more features that don't have in object
The maps has better performance than Object

playlist for advanced javaScript topics

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

Please support me by subscribe, Like and comment :)

codestepbystep
Автор

Thank you for explaining such neatly. This video has helped a lot. I'm from non-It background have recently joined IT. Kindly make more videos on Java full stack, keeping non-IT background people in mind. 😞😞

sweetybaghwar
Автор

best.... what a explanation.... Great bro

Murtaza
Автор

Its very nice and helpful. Explaining of everything in a good way that a beginner can understand easily. Tank you for this series.

kanhunahak
Автор

You are really doing a great job. Angular series is one of the best series...

rahulkumar
Автор

nice but obj should be access like this.

console.log(obj['10']);
console.log(obj['true']);

it will return the value in both case..

AreebAhmedKhan
Автор

Object.keys(obj)
it will return keys of your object.

IFIslam
Автор

Sir like is a small thing in comparision of the work you are doing👍

jawwadhassan
Автор

we can access integer key in object like obj[10]

alokranjan
Автор

can you please make js course in English? your channel is very helpful and it helps me a lot thank you very much !!

esraanasser
Автор

Sir usecase bhi discuss kr diya kry, toh bht barhiya hoga!

syedmuhammadaliraza
Автор

I love You Brother. You know What, by learning Your Basic DSA with JS. I got motivation to do advance and made them happen.
If You need the codes on BST, Heap and Linked list implementation you ask me.

arslanmuhammad
Автор

Object.fromEntries(myMap) se object me bhi convert kar sakte he

demodemo
Автор

Ap na kaha thaa ka ham aik complete Series bnya ga laravel 9 pa

hubesh
Автор

Sir apna laravel 9 pa videoz nhi bnya ga???

hubesh
Автор

Bro object kà numbers. Se v access hota hai [] bracket lagake

ioypbfq
Автор

Umm....but we can use Object.keys(obj1) and Object.values(obj2) as well

ashishprasad
Автор

let obj1 = new Map([
['name', 'Atul'],
['age', 23],
[10, 'this is a boolean value']
])
console.log(typeof obj1.get(10)) bro aise type of check krne pay nuber or boolena value ka type string hi output m a raha h .

atulsingh
Автор

How to define an object here :-
let data = new Map([{city: 'Vijayawada']) like direct without using set()

sheikmunavarbasha
Автор

6:10 yr in object 10 is accessible by
Obj[10] kya bakchodi h interviewer lelega

kulluhey