UNPKG

jirsami2

Version:

this is third project

10 lines (9 loc) 201 B
let hero = { title : "Thor", firstname : "Tjor", lastname : "Odin son", fullname : function(){ return this.firstname+" "+this.lastname; } }; module.exports = hero;