Travis build: 1045

This commit is contained in:
30secondsofcode
2018-01-05 15:49:08 +00:00
parent 3693ab3c5c
commit 350367539b
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()