Merge pull request #40 from nikolasbroman/patch-1

Fix typo
This commit is contained in:
Cody Loyd
2019-11-27 09:15:15 -06:00
committed by GitHub
+1 -1
View File
@@ -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'