JavaScript the Hard Parts: Classes and Prototypes (OOP)

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

During this workshop, East Coast Remote Immersive Lead Instructor Ryan McDaniel covers Object-Oriented Programming in JavaScript by going under the hood of OOP and the prototype chain.

Ryan covers:
- 4 approaches to object-oriented programming in JavaScript
- Prototype and the prototype chain
- Factories, constructors and classes
- ES5 and ES6 approaches

Stay connected to our community!

Follow us to stay updated!

#learntocode #javascript #programminglanguage #coding #softwareengineer #code #objectorientedprogramming
Рекомендации по теме
Комментарии
Автор

I used to be so confused about "this". Your video was so helpful :)

tshirtphilosophers
Автор

Such a helpful video, Ryan is a great instructor!

welium
Автор

Ryan is awesome! i watched two other ones and this is the one that made prototypes click. I like how he keeps people engaged by being funny af too. Oh and my eyes are so grateful that he uses notability in dark mode!

ksecha
Автор

Awesome instructor ! Really enjoyed watching this Hard Parts session

rnarud
Автор

this was great! thanks for sharing this. its what i needed. how do you ensure the methods in each new instance is kept (for use later) when you extract the new instances as JSON?

luciusrex