Skip to content

fikrcamp/broken-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Broken Keys

Your Task πŸ“š:

Create a function called brokenKeys what is supposed to be typed and what is actually typed, write a function that returns the broken key(s). The function looks like:

brokenKeys(correct phrase, what you actually typed)
Examples πŸ˜ƒ:
brokenKeys("fikrcamp bootcamp", "fikrcomp boorcamp") ➞ ["a","t"]
brokenKeys("good night", "gppd night") ➞ ["o"]

Good Luck πŸ˜€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published