Reverse string
1
"Hello World"
.
split
(
""
).
reverse
().
join
(
""
)
// 'dlroW olleH'