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
- Host: GitHub
- URL: https://github.com/denq/inheritance_js_example
- Owner: DenQ
- Created: 2015-06-26T17:13:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T15:25:36.000Z (almost 11 years ago)
- Last Synced: 2023-08-15T13:47:59.690Z (almost 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...
```