js-assessment-answers icon indicating copy to clipboard operation
js-assessment-answers copied to clipboard

Results 29 js-assessment-answers issues
Sort by recently updated
recently updated
newest added

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

new-answers

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...

bug