Problem in reversing a string

What is the most appropriate method to reverse any string?

Break it down, reverse the order and join them. That’s the way it works

Assuming that your are at beginner stage, you should not be looking for an appropriate method.
Just try to think of how you would reverse a string with all that you have learned.

All the best.