Skip to content

Class 02 Readings Classes, Inheritance, Functional Programming

Morgan edited this page Oct 2, 2019 · 3 revisions

Read

Inheritance Link Prototype Chain: Prototype chain

YouDontKnowJS - Chapter 3: Objects Link

6 primary types:

  • string
  • number
  • boolean
  • null
  • undefined
  • object

Eloquent JS - Functional Programming Link

Free Code Camp - Functional Programming in JS Link

Skim

MDN new Link

MDN Inheritance and Prototype chain Link

MDN this Link

Watch

Javascript Context Tutorial Link

Bookmark

Node Error Docs Link

MDN Object Prototype Link

MDN class Link

Clone this wiki locally