commit
99e3fa2fd3
|
@ -1,6 +1,6 @@
|
|||
# Exercise 02 - Reverse a String.
|
||||
|
||||
Pretty simple, write a function called `reverseString` that returns it's input, reversed!
|
||||
Pretty simple, write a function called `reverseString` that returns its input, reversed!
|
||||
|
||||
```javascript
|
||||
reverseString('hello there') // returns 'ereht olleh'
|
||||
|
|
Loading…
Reference in New Issue