Please enable JavaScript to use CodeHS

Introduction to Computer Science in JavaScript (Bulldog)

Lesson 12.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.