Skip to content
Find file
5f96f33
5 lines (3 sloc) 176 Bytes

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.