Hey there! function Character(name) { this.name = name; } Character.prototype.bio = function() { return `Hi there, I'm ${this.name}!`; } const aswin = new Character('Aswin'); Contact Telegram !