Palindrome Check
00:00

Description

Implement `reverseString(s)` that returns the reversed string.

Example Test Case

Example 1

reverseString
Input
'hello'
Expected Output
'olleh'
Loading...
Test Results
Run your code to see the results