Challenge Manipulate Arrays With Push - ashish9342/FreeCodeCamp GitHub Wiki

Challenge 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]);
⚠️ **GitHub.com Fallback** ⚠️