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

Skip to content

Commit 55e23a1

Browse files
authored
Update README.md
1 parent 25f9482 commit 55e23a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

snakeCase/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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
6852 # Exercise XX - snakeCase
26

37
Convert phrases and words into snake case
@@ -7,4 +11,4 @@ Convert phrases and words into snake case
711
```javascript
812
snakeCase('Hello, World!') // hello_world
913
snakeCase('snakeCase') // snake_case
10-
```
14+
```

0 commit comments

Comments
 (0)
0