Fix typo
This commit is contained in:
parent
4f07675184
commit
166baafbeb
|
@ -1,6 +1,6 @@
|
||||||
# Exercise 02 - Reverse a String.
|
# 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
|
```javascript
|
||||||
reverseString('hello there') // returns 'ereht olleh'
|
reverseString('hello there') // returns 'ereht olleh'
|
||||||
|
|
Loading…
Reference in New Issue