ianbmx1588 ianbmx1588 12-02-2024 Computers and Technology contestada In the following code:var ball;function start(){ ball = new Circle(20); add(ball); setTimer(draw, 20);}function draw(){ (2, 2);}When will the function draw be called?