UNPKG
sam1_avengers
Version:
latest (1.0.0)
1.0.0
github.com/jadhavshyam185/NODE-ONLINE-JUNE
sam1_avengers
/
moto.js
10 lines
(9 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
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