Number.prototype.toString_ = function() { return this.toString() + '----'}; 3.toString_();