Please enable JavaScript to use CodeHS

California Computer Science

Lesson 10.12 Adding/Removing From an Array

Description

In this lesson, students learn how to add and remove elements at the end of an array using the push and pop methods.


Objective

Students will be able to:

  • Add elements at the end of an array using the push method
  • Remove elements from the end of an array using the pop method