UNPKG

jirsami

Version:

second project

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