BigBinary Academy
JavaScript
Canvas - Create Basic Shapes
74.44
Search
Challenge
74.44
Exercise - Create a Circle
Create a circle with the following values:
X-coordinate for the center: 100
Y-coordinate for the center: 50
Radius: 25
Starting Angle: 0
Ending Angle: 2 * Math.PI
Add a stroke so that the circle is visible.
Previous
Next