UNPKG

jirsami

Version:

second project

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