SEI 412
Ctrlk
  • Introduction
  • About These Notes
  • Syllabus
  • Development Workflow
  • HTML/CSS
  • JavaScript
    • Primitives
    • Arrays
    • Objects
    • Control Flow
    • Functions
    • DOM and Events
    • DOM Manipulation
    • HTML5 Canvas
    • How To Reduce Redundancy
    • (2019) JavaScript OOP
    • (2016) OOP with Classes
    • (1995) OOP with Prototypes
    • Intro to TDD
    • Scoping
    • Inheritance
      • Prototypal Inheritance
      • Call, Apply, and other Functions
      • ES6 Inheritance
      • Resources
    • Custom Node Modules
    • Additional Topics
  • jQuery
  • APIs
  • Databases
  • Node/Express
  • Ruby
  • Ruby on Rails
  • React (Updated 2019)
  • Meteor
  • Deployment and Config
  • Data Structures and Algorithms
  • Python
  • Assorted Topics
  • Projects
  • Web Development Trends
  • Resources
  • Archived Section
Powered by GitBook
On this page
  • Prototypes and Inheritance
  • ES6

Was this helpful?

  1. JavaScript
  2. Inheritance

Resources

Prototypes and Inheritance

  • http://geekabyte.blogspot.com/2013/03/difference-between-protoype-and-proto.html

  • https://developer.mozilla.org/en-US/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript#Inheritance

  • You Don't Know JavaScript - this and Object Prototypes

  • Understanding this once and for all

ES6

  • You Don't Know JavaScript - ES6 and Beyond

  • ES6 Features

  • Try Out Babel (repl)

PreviousES6 InheritanceNextCustom Node Modules

Last updated 4 years ago

Was this helpful?