Skip to content

Commit 6784c69

Browse files
committed
exercises/practice/anagram: add an append with instructions about the order of the return values
1 parent 594515b commit 6784c69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exercises/practice/anagram/.docs/instructions.append.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ To complete this exercise you need to implement the function `anagramsFor`,
44
that takes a *word* and a group of *words*, returning the ones that are
55
anagrams of the given *word*.
66

7+
You must return the anagrams in the same order as they are listed in the
8+
candidate words.
9+
10+
711
If it is your first time solving this exercise, it is recommended that you
812
stick to the provided signature:
913

0 commit comments

Comments
 (0)