Please enable JavaScript to use CodeHS

Introduction to Computer Science in JavaScript (Corgi)

Lesson 6.10 For Loops and Graphics

Description

In this lesson, students will apply what they have learned about for loops to graphics programs.


Objective

Students will be able to:

  • Create graphics programs with for loops
  • Use i to position graphics objects and change the size of graphics objects
  • Compare and contrast while loops and for loops