w3resource

JavaScript drawing - Exercises, Practice, Solution

JavaScript drawing [6 exercises with solution]

[An editor is available at the bottom of the page to write and execute the scripts. Go to the editor]

Draw Rectangle

Write a JavaScript program to draw the following rectangular shape.
Expected Output :
rectagular shape
Click me

Draw Circle

Write a JavaScript program to draw a circle.
Expected Output :
draw a circle
Click me to see the solution

Intersecting Rectangles

Write a JavaScript program to draw two intersecting rectangles, one with Alpha transparency.
Expected Output :
intersecting rectangles
Click me to see the solution

Right-Angled Triangle

Write a JavaScript program to draw the following right-angled triangle.
Expected Output :
right angled triangle
Click me to see the solution

MoveTo Diagram

Write a JavaScript program to draw the following diagram [use the moveto() function].
Expected Output :
draw fun
Click me to see the solution

MoveTo Diagram

Write a JavaScript program to draw the following diagram [diagonal, white to black circles].
Expected Output :
diagonal, white to black circles
Click me to see the solution

More to Come !

* To run the code mouse over on Result panel and click on 'RERUN' button.*

Live Demo:

See the Pen javascript-common-editor by w3resource (@w3resource) on CodePen.


Do not submit any solution of the above exercises at here, if you want to contribute go to the appropriate exercise page.



Become a Patron!

Follow us on Facebook and Twitter for latest update.

It will be nice if you may share this link in any developer community or anywhere else, from where other developers may find this content. Thanks.

https://www.w3resource.com/javascript-exercises/javascript-drawing-exercises.php