Coding Challenge: Circles Again
Discover how to create a circle.js module in Node.js that exports circumference and area functions. Learn to pass radius parameters, load this module in index.js, and run tests to output correct results.
We'll cover the following...
We'll cover the following...
Problem statement
Create a circle.js ...