Skip to content

Challenge Manipulate Arrays With push()

SaintPeter edited this page · 1 revision
Clone this wiki locally

Manipulate Arrays With push()

Not only can you pop() data off of the end of an array, you can also push() data onto the end of an array.

myArray.push(["dog", 3]);

Something went wrong with that request. Please try again.