push()
// Setup var myArray = [["John", 23], ["cat", 2]]; myArray.push(["dog", 3]) // Only change code below this line