This commit is contained in:
nearmint
2019-09-16 15:12:22 +02:00
committed by GitHub
parent cc479b5e70
commit 235a6abdc1
+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'