Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn object-oriented JavaScript concepts in this comprehensive tutorial video. Explore JavaScript objects, constructor functions, prototypes, inheritance, and design patterns. Discover how to create and manipulate objects, use getters and setters, implement private properties, and leverage ECMAScript 6 features. Gain practical knowledge on applying object-oriented principles in JavaScript, including Singleton, Factory, Decorator, and Observer patterns. Master advanced techniques for building robust and scalable JavaScript applications.
Syllabus
JavaScript Objects.
Objects in Objects.
Constructor Functions.
instanceof.
Passing Objects to Functions.
Prototypes.
Adding Properties to Objects.
List Properties in Objects.
hasOwnProperty.
Add Properties to Built in Objects.
Private Properties.
Getters / Setters.
defineGetter / defineSetter.
defineProperty.
Constructor Function Getters / Setters.
Inheritance.
Intermediate Function Inheritance.
Call Parent Functions.
ECMAScript 6.
Singleton Pattern.
Factory Pattern.
Decorator Pattern.
Observer Pattern.
Taught by
Derek Banas