Reversing strings
strings are character arrays, first we need to understand it
Js reverse command is easy
var str="asdf"; console.log(str.reverse());
strings are character arrays, first we need to understand it
Js reverse command is easy
var str="asdf"; console.log(str.reverse());