Untitled
Anonymous
plain_text
10/26/2021 3:12 PM
160 B
10
Indexable
var myArray = [["John", 23], ["cat", 2]]; // Only change code below this line var removedFromMyArray = myArray.pop();
Editor is loading...
var myArray = [["John", 23], ["cat", 2]]; // Only change code below this line var removedFromMyArray = myArray.pop();