String reverse in javascript

I had recently came upon a situation to work out string reverse in javascript, where it can be done with various techniques. I have tried some methods. The first one…