Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 185 Bytes

File metadata and controls

6 lines (4 loc) · 185 Bytes

Write a function that takes a string as input and returns the string reversed.

###Example: Given s = "hello", return "olleh".

Subscribe to see which companies asked this question