项目作者: sombek

项目描述 :
Javascript ECMA5 Object Oriented
高级语言: HTML
项目地址: git://github.com/sombek/JS_Object_Orinted.git
创建时间: 2018-03-03T11:08:34Z
项目社区:https://github.com/sombek/JS_Object_Orinted

开源协议:

下载


Welcome to Javascript ECMA5 Object-Oriented!

This repo includes Javascript Object-Oriented Example written in ECMA5. It helps to digest the OOP idea in Javascript

Prototypes & Inheritance

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

The Example implements this UML diagram in JS OOP approach in ECMA5.
UML

Opinion

To Do …