Untitled
unknown
plain_text
5 years ago
129 B
7
Indexable
// Setup var myArray = [["John", 23], ["dog", 3]]; // Only change code below this line var removedFromMyArray = myArray.shift();
Editor is loading...
// Setup var myArray = [["John", 23], ["dog", 3]]; // Only change code below this line var removedFromMyArray = myArray.shift();