UNPKG

sam1_avengers

Version:
10 lines (9 loc) 238 B
let mobile = { brand :"apple", brandName :"apple iphone 12", colorName :"pacific blue", fullName : function() { return this.brandName+" "+this.colorName; } }; module.export=mobile; //exporting the module