Sign in
apache
/
netbeans
/
46efa928ea4e74c770cee8977fc0dedef03cf1ba
/
.
/
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
));