UNPKG

marvel_avengers_dwaipayan

Version:

this is my first node project

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