Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en JavaScript

Lesson 7.4 Longitud de Array y Bucles en Array

Description

En esta lección, los estudiantes podrán obtener el tamaño de una Array y aprender a recorrer una Array para que puedan tener más funcionalidad con Array 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