74.Reverse String Description Write a function that takes a string as input and returns the string reversed. Example Input: 'Hello' Output: 'olleH' From LeetCode