RosettaCodeData/Task/Reverse-a-string/CoffeeScript/reverse-a-string.coffee

2 lines
37 B
CoffeeScript

"qwerty".split("").reverse().join ""