Skip to content

porwin88/fixing-the-keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published