Untitled
unknown
plain_text
3 years ago
129 B
3
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();