How to Reverse and Capitalize string in JavaScript?
I need a function that takes a string of lowercase characters and returns that string reversed and in upper case.
I need a function that takes a string of lowercase characters and returns that string reversed and in upper case.