Please enable JavaScript to use CodeHS

Indiana Topics in Computer Science

Lesson 1.5 Timers

Description

In this lesson, students will be introduced to the concept of using timers to animate their graphics.


Objective

Students will be able to:

  • Explain in their own words how animation works
  • Create animation in programs using the setTimer function
  • Explain what a callback function is