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
- Host: GitHub
- URL: https://github.com/nmuldavin/js-assessment-answers
- Owner: nmuldavin
- Created: 2016-05-09T22:03:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T03:57:57.000Z (over 9 years ago)
- Last Synced: 2025-02-22T02:41:21.908Z (over 1 year ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).