Object Oriented JavaScript

Creating objects in JavaScript

1. Object literals

2. Constructors

3. Prototypal inheritance & Object.create()

4. Prototypal instantiation & Object.prototype

5. ES6 class syntax

6. ES6 classes cont...

Working with JavaScript Objects

7. for...in loop

8. Getters and setters