Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.01 KB

Algorithm challenge // fix-the-keyboard

1. Getting started

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.

2. Challenge

Write a function that returns the broken key(s) of a keyboard.

2.1. Examples

findBrokenKeys("hakuna matata", "hqkunq mqtqtq") // return ["a"]

2.2. Testing your solution

To test your solution, run npm install in the root directory and then run npm test to run the automated tests.

2.3. Submitting your solution

If you're working on a forked repo, push your changes to your forked repo and submit a pull request to this repo.