Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 531 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 531 Bytes

javascript-class-examples

Different examples of OOP "class" with "inheritance" done using JavaScript including languages that transpile into js. Take notice to the amount of boilerplate that's needed in ES5 compared to ES6. These examples all have the same interface with pros/cons for each pattern. If they seem similar that's whole point especially the difference between prototypal and pseudo-classical.

To see them all next to each other please visit my gist