Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austinadodo/protypingdemo
Demonstrate Prototyping and Prototype relationships which are critical in understanding how JavaScript works.
https://github.com/austinadodo/protypingdemo
inheritance javascript javascript-library prototypal-inheritance prototype-pattern prototyping testing
Last synced: 3 days ago
JSON representation
Demonstrate Prototyping and Prototype relationships which are critical in understanding how JavaScript works.
- Host: GitHub
- URL: https://github.com/austinadodo/protypingdemo
- Owner: AustinAdodo
- Created: 2023-03-14T15:24:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-08T23:03:55.000Z (over 1 year ago)
- Last Synced: 2023-08-18T12:29:05.746Z (about 1 year ago)
- Topics: inheritance, javascript, javascript-library, prototypal-inheritance, prototype-pattern, prototyping, testing
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProtypingDemo
Demonstrate Prototype relationships
Demonstrating enhanced knowledge of prototyping and prototypal relationships in Javascript which is fundamental and the implemetation of even modern classes in javascrpt.