https://github.com/rmariuzzo/javascript-prototype-programming-talk
Code used for the talk "JavaScript Prototype Programming" by @rmariuzzo
https://github.com/rmariuzzo/javascript-prototype-programming-talk
Last synced: about 1 year ago
JSON representation
Code used for the talk "JavaScript Prototype Programming" by @rmariuzzo
- Host: GitHub
- URL: https://github.com/rmariuzzo/javascript-prototype-programming-talk
- Owner: rmariuzzo
- License: mit
- Created: 2015-01-06T03:02:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T03:02:41.000Z (over 11 years ago)
- Last Synced: 2025-02-13T15:37:47.117Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://speakerdeck.com/rmariuzzo/javascript-prototype-programming
- Size: 180 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JavaScript Prototype Programming Talk
=====================================
Code used for the talk "JavaScript Prototype Programming" by [@rmariuzzo](https://github.com/rmariuzzo).
The code is based on unit test, to run it you must have NodeJS and NPM installed.
How to run the tests?
---------------------
1. Install everything needed: `npm install`
2. Run the tests: `npm test`
### Any issue?
[Let me know!](https://github.com/rmariuzzo/JavaScript-Prototype-Programming-Talk/issues/new)
### License
[MIT - View License](https://github.com/rmariuzzo/JavaScript-Prototype-Programming-Talk/blob/master/LICENSE).