https://github.com/EileenJuergens/fixing-the-keyboard
Fork this repo and then git clone
your forked repo to your computer. Once you're happy with your solution, git push
and submit a pull request at https://github.com/EileenJuergens/fixing-the-keyboard
.
Write a function that returns the broken key(s) of a keyboard.
findBrokenKeys("hakuna matata", "hqkunq mqtqtq") // return ["a"]
To test your solution, run npm install
in the root directory and then run npm test
to run the automated tests.
If you're working on a forked repo, push your changes to your forked repo and submit a pull request to this repo.