YoVDO

The Hard Parts of Object Oriented JavaScript

Offered By: Frontend Masters

Tags

Javascript Courses Object-oriented programming Courses Inheritance Courses

Course Description

Overview

Learn the fundamentals of Object Oriented Programming in JavaScript for organizing and scaling your code. You'll learn JavaScript’s prototypal design and how it works to enable the new ES6 classes under the hood. Understanding prototypes and classes in JavaScript is crucial for working with most modern frameworks and for those coming from traditional OOP languages.

Syllabus

  • Course Introduction
  • Object Oriented Paradigm
  • Creating an Object
  • Object dot Notations
  • Object.create
  • Creating Objects with Functions
  • Avoid Duplication with Prototype
  • Prototype Walkthrough
  • Prototype Chain
  • new & this Keywords
  • Functions are Objects & Functions
  • new Keyword & Share Functions with prototype
  • Review of new
  • Calling Prototype Methods
  • this Keyword Scoping Issues
  • Solving Scope with Arrow Functions
  • ES6 class Keyword
  • Recap of the class Keyword
  • Objects default __proto__
  • Function.prototype and Array.prototype
  • Pair Programming OOJS
  • Intro to Subclassing and Inheritance
  • Create object with Factory Function
  • Create a Sub-Factory Function
  • Creating an object with a Sub-Factory Function
  • Prototype Lookup
  • Subclass Review
  • Call and Apply
  • Create an Object with new
  • Creating a Subclass with a Constructor
  • Using a call Method in a Constructor
  • Assigning Properties to Instance
  • Prototype Tracing
  • Create an Object with a class
  • Creating a Subclass with extends
  • Creating an object with a subclass
  • Using super in a subclass constructor
  • Wrapping Up

Taught by

Will Sentance

Related Courses

Introduction à la programmation orientée objet (en Java)
École Polytechnique Fédérale de Lausanne via Coursera
Useful Genetics Part 2
The University of British Columbia via Coursera
Object-Oriented Programming
Indian Institute of Technology Bombay via edX
Java für Einsteiger
openHPI
Computing: Art, Magic, Science - Part II
ETH Zurich via edX