Challenge: Reverse Everything in a String
Complete this hands-on exercise to test your knowledge.
We'll cover the following...
We'll cover the following...
Problem statement
Write a function that takes the given string and returns a new string that contains the same characters in reversed order as the ...