Please enable JavaScript to use CodeHS

Tennessee Coding I

Lesson 10.2 Adding & Removing from an Array

Description

In this lesson, students will 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