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