JavaScript Objects Simplified // MasterClass

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

Course Page:

Chapters
0:00 Intro
0:16 JavaScript Object Basic
1:55 Objects are Mutable
3:02 Custom String Keys
5:00 Number as Keys
5:55 Reference Equality of Objects
6:59 Shorthand Properties and Spread Operator
9:05 Destructuring and Rest
11:07 typeof Operator
12:06 delete and in operators
13:20 Final Thoughts

👇 Subscribe for MOORE 👇

🌹 Support High Effort - Well Researched - Quality Content 🌹

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

I truly enjoy watching your videos. Yo are a star. Thank you.

siavoshoon
Автор

What a Humble explanation of all the concepts. Thanks for summarising the Javascript Object. Well Presented. 🎉

nirmal_kumar
Автор

Yes by defualt objects in JS are mutable, but there are ways to mess with imutable versions. There are also ways to test if two objects are Equal down to the lowest part.
Numbers as keys and custom keys are sort of frowned on, due to not valid JSON most of the time.
Adding the type as a comment for saying the type of the object seems sort of pointless: what if the type is wrong in that var, what if the type does not exist, why make the objects bigger in memory than they have to be.

deathone