Take a string as an input, reverse each individual word, return new string with reversed words.
Anónimo
I originally misinterpreted the question, presenting an answer to reverse the entire string, but was then prompted to re-read question, I presented the correct answer.