Challenge: Spiral drawer
Draw a spiral using polar coordinates.
Draw a spiral
Hint
var r = ;
draw = function() {
}
};
This program animates a pendulum going around and around. Can you change a few lines of code so that it
draws a spiral, starting from the centre and growing outward?