UNPKG

sam1_avengers

Version:
10 lines (9 loc) 259 B
let mobile = { brand :"moto", brandName :"Motorola G85 5G ( 256 GB) (12 GB RAM)", colorName :"Cobalt Blue", fullName : function() { return this.brandName+" "+this.colorName; } }; module.export=mobile; //exporting the module