EMBEDDED CIRCLES:
|
ASSIGNMENT: There's more than one way to loop in JavaScript and this applet demonstrates how to use a while loop containing an array. Basically the loop just iterates through the contents of the loop, but a counter variable is required for the loop to work. In this example the variable c functions as the counter variable. Your job will be to make the following changes to this applet:
|