Please enable JavaScript to use CodeHS

AP Computer Science A (Mocha)

Lesson 5.4 Enhanced For Loops

Description

In this lesson, students will explore enhanced for loops. An enhanced for loop is an alternate method to traverse an array instead of using a traditional for loop or while loop.


Objective

Students will be able to:

  • Traverse the elements in a 1D array object using an enhanced for loop