Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en JavaScript

Lesson 7.3 Añadir/eliminar desde un Array

Description

En esta lección, los estudiantes aprenden cómo agregar y eliminar elementos al final de un array utilizando los métodos push y pop.


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