Travis build: 1043

This commit is contained in:
30secondsofcode
2018-01-05 14:56:41 +00:00
parent 3646b9b6ce
commit e768504c47
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()