Search⌘ K

Coding Challenge: Modeling a Circle

Explore how to create a JavaScript Circle object with radius, and methods to calculate circumference and area. Practice using Math.PI and the exponentiation operator to build and understand object methods.

We'll cover the following...

Problem statement

Create a Circle object with the following properties and methods:”

  • radius
...