Travis build: 1047

This commit is contained in:
30secondsofcode
2018-01-05 16:12:30 +00:00
parent c04cd853f9
commit 10cfcb1f90
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()