Below are revisions for this snippet.

String.reverse() in javascript





Syndication

Revision Revison 1
Turns any string backwards. If you input "Test" it gives out "tseT". Hope it's useful.

The snippet shows how to use it.