Javascript String getLength()

Description

Javascript String getLength()

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



PreviousNext

Related