Functions and operators exercises. To run
- Fork repo
- Clone forked repo to local machine
- Solve the exercises
- Push solution to Github and submit pull request
Exercises can be debugged in browser by opening index.html
.
To run tests locally, make sure you have npm
installed.
- Run
npm install
- Run
npm test