Course · Section 9: Data Structures, Modern Operators and Strings · Lecture 128: Working With Strings - Part 1
Implement `reverse(str)` returning the characters of `str` in reverse order.
+ 2 hidden tests run on Submit.
Splitting to an array lets you reverse and rejoin into the reversed string.
Run your code to see results.