Sign in
apache
/
netbeans
/
46efa928ea4e74c770cee8977fc0dedef03cf1ba
/
.
/
webcommon
/
javascript2.nodejs
/
test
/
unit
/
data
/
TestNavigation
/
public_html
/
js
/
bar.js
blob: 0cac246074736de893ee6e513599e94d4f945828 [
file
]
var
square
=
require
(
'./square.js'
);
var
mySquare
=
square
(
2
);
console
.
log
(
'The area of my square is '
+
mySquare
.
area
());