Travis build: 1045

This commit is contained in:
30secondsofcode
2018-01-05 15:49:08 +00:00
parent 75d6dd9e6f
commit dd872e106a
3 changed files with 6 additions and 3 deletions

View File

@ -8,6 +8,7 @@ Combine characters to get a string using `String.join('')`.
```js
const reverseString = str =>
[..str]
.reverse()