8000 Update README.md · NoderCoder/javascript-exercises@25f9482 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25f9482

Browse files
authored
Update README.md
1 parent 05610c2 commit 25f9482

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pig_latin/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
This exercise is tricky and was removed from our recommendations because it mostly leverages regular expressions for the solution, and those aren't really taught at this point in our curriculum.
2+
3+
Leaving it here for posterity, or a good challenge for anyone that wants to give it a shot.
4+
15
Pig Latin is a children's language that is intended to be confusing when spoken quickly. Your job for this exercise is to create a solution that takes the words given and
26
turns them into pig latin. Please see the following wikipedia page for details regarding the rules of Pig Latin:
37

48
https://en.wikipedia.org/wiki/Pig_Latin
59

6-
The rules section will give the rules and the examples that are required to complete this exercise.
10+
The rules section will give the rules and the examples that are required to complete this exercise.

0 commit comments

Comments
 (0)
0