Merge pull request #1 from codeymason/codeymason-patch-1

Update README.md
This commit is contained in:
Kira 2018-08-10 12:17:46 -04:00 committed by GitHub
commit 3a5714dbf4
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'