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

https://github.com/nmuldavin/js-assessment-answers

My answers to rmurphy's js-assessment
https://github.com/nmuldavin/js-assessment-answers

Last synced: about 2 months ago
JSON representation

My answers to rmurphy's js-assessment

Awesome Lists containing this project

README

          

# js-assessment solutions

This repo contains my solutions to the test-based javascript assessments found [here](https://github.com/rmurphey/js-assessment). Working through these tests was a wonderful learning experience I highly reccommend it!

To see that I did, in fact, pass the tests you can clone or download this repo. Once you have done so, from the root directory of the repo, run:

npm install
npm start

You can then view the tests in your browser at
[http://localhost:4444](http://localhost:4444).