Skip to content

A sample webapp which shows how to implement inheritance in JavaScript in many different ways, including the most common ways in classical and prototypal inheritance.

Notifications You must be signed in to change notification settings

fbudassi/inheritance-in-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inheritance-in-js

A sample webapp which shows how to implement inheritance in JavaScript in many different ways, including the most common ways in classical and prototypal inheritance.

  • classical-es5: plain old ES5 JavaScript, through the usage of Constructors.
  • classical-jsface: classical inheritance using https://github.com/tnhu/jsface
  • classical-es6: using the new class feature in ES6.

About

A sample webapp which shows how to implement inheritance in JavaScript in many different ways, including the most common ways in classical and prototypal inheritance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published