Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.19 KB

Javascript Exercises

http://exercises.how2js.com

JavaScript Exercises is a codecamp project that is designed to make it easy for new developers to practice the basics of the JavaScript Language. The initial round of these exercises were pulled from w3resources.com, which is licensed under Creative Commons Share-Alike License.

http://www.w3resource.com/

How to run in development mode

npm install
npm start

How to Practice

Contributing

How to add an Exercise

Leaderboard

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

Disclaimer

If there are any things that are not correct in this project, please submit an issue and it will be corrected. The intent of this project is to help beginner developers practice coding parts of JavaScript. Any suggestions to make this product great is welcome.