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
Activities
These are all the activities included in the lesson