UNPKG
sam1_avengers
Version:
latest (1.0.0)
1.0.0
github.com/jadhavshyam185/NODE-ONLINE-JUNE
sam1_avengers
/
apple.js
10 lines
(9 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
let
mobile = { brand :
"apple"
, brandName :
"apple iphone 12"
, colorName :
"pacific blue"
, fullName :
function
(
) {
return
this
.
brandName
+
" "
+
this
.
colorName
; } };
module
.
export
=mobile;
//exporting the module