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
commit 99e3fa2fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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'