String Reverse
Strings in Javascript include not only letters, but numbers and
special characters.
It doesn't take too long for a developer to learn how to loop
through an array or a string. This app is a useful next step in
looping through something backwards.
The way it works is by starting at the end, and copying
each character to the beginning of a brand new variable, thereby
displaying it backwards.