Please enable JavaScript to use CodeHS

Introduction to Computer Science in JavaScript (Bulldog)

Lesson 12.7 Removing an Element From an Array

Description

In this lesson, students will learn how to use the splice and remove methods to remove an element from an array to add more functionality to their programs.


Objective

Students will be able to:

  • Use the splice and remove methods to remove an element from an array.