function user(name1,age,country){ this.name1=name1; this.age=age; this.country=country; } user.prototype.yourName=function(){ console.log(`Your N