Challenge: Spinning baton
Turn a static baton into a rotating one.

Center the baton

Hint

draw = function() {
;
translate(, );
;
};

This program draws a baton in the upper left. Use the translate function to center it in the middle of the
canvas.