An open API service indexing awesome lists of open source software.

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

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).