Sign in
apache
/
netbeans
/
2db2714dd98329c95b7263f198f281a84c44638e
/
.
/
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
());