Todos
- Create a repo named shape-generator and add this index.html page
- Currently clicking on the center of a circle causes the center to disappear. This is a bug, the blue circle should disappear.
-
Currently the user can enter anything in the input field. Restrict the input to numbers and limit the values to be greater than 25 and less than 250.
-
Within the h1 element, display the number of circles which are displayed.
-
Within the h1 element, display the average size of the current circles.
-
Instead of always generating circles, generate either a circle or a square.
Repo