Write a function to reverse a string.
Difficulty: Easy
Hint: Think about splitting and joining the string.
Time Left: 05:00