Travis build: 1043

This commit is contained in:
30secondsofcode
2018-01-05 14:56:41 +00:00
parent 94ca50bb50
commit 8ebd261e85
3 changed files with 8 additions and 5 deletions

View File

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