This commit is contained in:
Nikolas Broman 2019-07-13 13:07:37 +03:00 committed by GitHub
parent 4f07675184
commit 166baafbeb
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. # 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'