https://github.com/howprogrammingworks/prototypepattern
Prototype - Creational GoF Pattern
https://github.com/howprogrammingworks/prototypepattern
Last synced: 3 months ago
JSON representation
Prototype - Creational GoF Pattern
- Host: GitHub
- URL: https://github.com/howprogrammingworks/prototypepattern
- Owner: HowProgrammingWorks
- License: mit
- Created: 2024-07-26T10:10:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:42:12.000Z (about 1 year ago)
- Last Synced: 2025-03-31T12:58:12.752Z (10 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prototype (Creational GoF Pattern)
See also:
- 👉 JavaScript propotype programming: https://github.com/HowProgrammingWorks/Prototype
- 👉 Prototype chain examples: https://github.com/HowProgrammingWorks/PrototypeChain
- 👉 Patterns catalog: https://github.com/tshemsedinov/Patterns-JavaScript