UNPKG

marvel_avengers_dwaipayan

Version:

this is my first node project

11 lines (9 loc) 195 B
let hero = { title:"Thor", firstname:"Thor", lastname:"Odinson", fullname: function(){ return this.firstname+" "+this.lastname; } }; module.exports = hero;