JavaScript: Prototypes

Go to class
Write Review

Free Online Course: JavaScript: Prototypes provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. JavaScript: Prototypes is taught by Sasha Vodnik.

Overview
  • Get an introduction to JavaScript prototypal inheritance. Learn how to write more efficient JavaScript code using the prototype chain.

Syllabus
  • Introduction

    • Understanding prototypes in JavaScript
    • What you should know
    • Exercise files and environment setup
    1. Building Blocks of Prototypes
    • Create object literals
    • Create objects with a constructor function
    2. Using Prototypal Inheritance
    • Understand the prototype property
    • Modify an object's prototype
    • Create a prototype chain
    • Apply prototypal inheritance
    3. Using ES6 Classes
    • Understand ES6 classes
    • Build prototypes using ES6 classes