Please enable JavaScript to use CodeHS

AP Computer Science Principles in JavaScript

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