Blog
JavaScript Snippet – String.prototype.reverse()
The following is a quick JavaScript function which will return the reverse of a string: The above function is a function that, once defined, will exist for every string. Here are some examples of how to use the above function: By the way, if you noticed the last two examples Read more…