Travis build: 1047

This commit is contained in:
30secondsofcode
2018-01-05 16:12:30 +00:00
parent 31bf7a1a32
commit 389bc263d4
3 changed files with 75 additions and 1 deletions

View File

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