This repo includes Javascript Object-Oriented Example written in ECMA5. It helps to digest the OOP idea in Javascript
Firstly, I'd recommend reading this article Understanding Javascript Prototype Inheritance Then watch this video Javascript -- Prototypes, Prototypal Inheritance done right. They are really great, and you can digest the Inheritance and prototypes well.
The Example implements this UML diagram in JS OOP approach in ECMA5.
To Do ...