mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 22:00:19 -04:00
fix(curriculum): More Open Ended Instructions (#48575)
reword - less is more
This commit is contained in:
committed by
GitHub
parent
7b860f920f
commit
cab8ecd8ba
@@ -8,11 +8,9 @@ dashedName: reverse-a-string
|
||||
|
||||
# --description--
|
||||
|
||||
Reverse the provided string.
|
||||
Reverse the provided string and return the reversed string.
|
||||
|
||||
You may need to turn the string into an array before you can reverse it.
|
||||
|
||||
Your result must be a string.
|
||||
For example, `"hello"` should become `"olleh"`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user