js-assessment-answers
js-assessment-answers copied to clipboard
Just noticed that although there are some pull requests, the answers for the strings haven't been included in this repo yet.
These are some solutions for https://github.com/rmurphey/js-assessment/pull/102
Noticed that this was missing :)
Thanks for making js-assessment! Saw that these answers were missing when comparing against my own.
I'm wondering if there is any significance of having the returned function to have an argument count of 1. I worked out a simple solution in 6 lines, which contains...
I cloned the repo, installed the deps, and ran the server, and found that a single test passes in the browser. Running `npm test` from the command line shows no...