The function reverseString outputs the same string as originalString, but it should output originalString in reverse. For example, reverseString("hi") should return "ih".