Please enable JavaScript to use CodeHS

Introducción a la Informática en JavaScript (Golden) (2022)

Lesson 5.6 General For Loops

Description

En esta lección, los estudiantes explorarán con más detalle cómo pueden modificar la instrucción de inicialización, la instrucción de prueba y la instrucción de incremento en un for loop.


Objective

Students will be able to…

  • Explain the three parts of the for loop (initialization statement, test statement, increment statement)
  • Create for loops that iterate differently than the basic for loop structure (ie count by twos or count backwards)