Главная
Study mode:
on
1
: What is OOP?
2
: Four Pillars of OOP
3
: Objects
4
: Object Literals
5
: Factories
6
: Constructors
7
: Constructor Property
8
: Functions are Objects
9
: Value vs Reference Types
10
: Adding or Removing Properties
11
: Enumerating Properties
12
: Abstraction
13
: Private Properties and Methods
14
: Getters and Setters
15
: Exercise
16
: Solution
Description:
Dive into a comprehensive video tutorial on object-oriented programming in JavaScript. Learn essential concepts including objects, prototypes, prototypical inheritance, and the 'this' keyword. Explore the four pillars of OOP, set up your development environment, and master object literals, factories, and constructors. Understand the differences between value and reference types, discover how to add or remove properties, and practice enumerating object properties. Delve into abstraction techniques, work with private properties and methods, and implement getters and setters. Conclude the tutorial with a practical exercise and its solution to reinforce your newly acquired skills in JavaScript OOP.

Object-Oriented Programming in JavaScript: Made Super Simple

Programming with Mosh
Add to list