Getters and Setters in JavaScript | The Complete JavaScript Course | Ep.85

preview_player
Показать описание

Have any doubts? Join this Telegram group and ask your question. You can also share the projects that you make in this group.

📖 Chapters
00:00 - Introduction
00:17 - Geoing through the Starter Code
00:40 - Getters and Setters Poperties
14:55 - Conclusion

Social Media

Music by geoffharvey from Pixabay
#javascriptinhindi #anuragsinghprocodrr #functions #getters #setters
Рекомендации по теме
Комментарии
Автор

sir jab mene user1 ka full name set kiya to user1 ko console me access pr bhi wo update nhi ho rha hai aisa kyu ho rha h sir please batayiega

MissIndia-qf
Автор

Thanks for the video, easy explanation

s.siddiqui
Автор

Nicely explained sir, aur kitna baki hy JS ke videos? Sir ek request thi ki continues JS ke videos chal rahe hy bichmai ek alag sa topic pe video upload kara kuch change keliye 😊 GIThub pe banado.

learncode
Автор

Make video on react testing using jest

ikik
Автор

const user = {
firstName : "MOHD",
lastName : "TANVEER",
fullName(a, b){
this.firstName = a,
this.lastName = b}
};
sir hum aise b to kr skte hn to phir why we need getter and setter in js

BeaLearner-bp