Please enable JavaScript to use CodeHS

AP Computer Science Principles in JavaScript

Lesson 7.6 Finding an Element in a List

Description

In this lesson, students learn and use another method on a list, indexOf in order to find elements in lists within their programs.


Objective

Students will be able to:

  • Use the indexOf method to find the index of a particular element in an array.