CreateTest.prototype.renameObj = { rename: function() { return this.name = `${this.roll()} ${this.name}`; }.bind(CreateTest) };