Hi! I would propose to add reverse() method to strings. Something
equivalent to the following:

String.prototype.reverse = function(){
      return this.split('').reverse().join('')
}

It seems natural to have such method. Why not?
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to