Please enable JavaScript to use CodeHS

Ciencias de la computación en Texas I

Lesson 13.3 Iterar a través de un array

Description

En esta lección, los alumnos serán capaces de obtener la longitud de un array y aprenderán a hacer bucles en un array para poder tener más funcionalidades con los arrays en sus programas.


Objective

Students will be able to:

  • Determine the length of an array using the length property
  • Use the length of an array and a for loop to loop through the elements in an array
  • Loop over an array to filter or print certain elements based on tested criteria