Javascript String getLength()
getLength()
String.prototype.getLength = function() { return this.length; }