README

Reversed Strings

Complete the solution so that it reverses the string value passed into it.

solution(‘world’) # returns ‘dlrow’

Source