UNPKG

npm-helloworld-with-radius-perimeter-01

Version:

This is hello world!

3 lines 142 B
module.exports.area=radius=> Math.PI*radius*radius module.exports.perimeter=radius=> 2*Math.PI*radius module.exports.para=()=>"HELLO WORLD!"