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 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T23:03:55.000Z (about 2 years ago)
- Last Synced: 2025-01-09T21:29:41.056Z (5 months 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.