An open API service indexing awesome lists of open source software.

https://github.com/denq/inheritance_js_example

This repository is demonstration work inheritance in javascript. Without other lib for imitation inheritance
https://github.com/denq/inheritance_js_example

Last synced: about 1 year ago
JSON representation

This repository is demonstration work inheritance in javascript. Without other lib for imitation inheritance

Awesome Lists containing this project

README

          

# inheritance_js_example

This repository is demonstration work inheritance in javascript. Without other lib for imitation inheritance.

* language - javascript
* status - paused

Example for run:
```
node app.js
```
Result:
```
Root. Run...
Child. Run...
Child1. Run...
```