Sign in
apache
/
netbeans
/
2db2714dd98329c95b7263f198f281a84c44638e
/
.
/
webcommon
/
javascript2.nodejs
/
test
/
unit
/
data
/
TestNavigation
/
public_html
/
js
/
foo2.js
blob: 00dfac574494c4dd019b4973da45f7388e2549de [
file
]
var
circle
=
require
(
'./circle.js'
);
console
.
log
(
'The area of a circle of radius 4 is '
+
circle
.
area
(
4
));