Please enable JavaScript to use CodeHS

AP Computer Science Principles in Roblox

Lesson 6.3 Looping Through Arrays

Description

In this lesson, students will learn how to loop through an array to have more functionality with arrays in their programs.


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