Reverse a STRING in JavaScript!



Reverse a String in JavaScript.

Use the JavaScript built-in methods of .split(), .reverse(), and .join() to reverse a string.