Welcome to Anagram on Exercism's JavaScript Track.
If you need help running the tests or submitting your code, check out HELP.md
.
An anagram is a rearrangement of letters to form a new word. Given a word and a list of candidates, select the sublist of anagrams of the given word.
Given "listen"
and a list of candidates like "enlists" "google" "inlets" "banana"
the program should return a list containing
"inlets"
.
- @rchavarria
- @amscotti
- @ankorGH
- @draalger
- @gabriel376
- @gargrave
- @kytrinyx
- @matthewmorgan
- @ovidiu141
- @ryanplusplus
- @SleeplessByte
- @tejasbubane
Inspired by the Extreme Startup game - https://github.com/rchatley/extreme_startup