Reverses the order of items, such as the characters in a string and the digits in a number
reverse(String) → returns string
reverse(String)
→ returns string
reverse('Hello World')
Expected Result: dlroW olleH
reverse(123456789)
Expected Result: 987654321