NESTED TRIANGLES:
Repeatedly calling a function within a for-loop is the |
ASSIGNMENT:
Replicate the SVG design shown here as a JavaScript applet. Write a function
called circ which takes four arguments (xcenter, ycenter, radius, and
color). Store the values in arrays and call the drawCIRC function from within a
for-loop.
|