Circles
Jack's Random Circles
Draw random primary coloured circles on an html canvas. Radius, color and position are randomly created using Math.random(). Concepts used are -:
- HTML Canvas element
- random and ceil functions
- Array color picker
Draw random primary coloured circles on an html canvas. Radius, color and position are randomly created using Math.random(). Concepts used are -: