Untitled
unknown
plain_text
3 years ago
137 B
2
Indexable
// Setup var myArray = [["John", 23], ["cat", 2]]; // Only change code below this line myArray.push(["dog", 3]); console.log(myArray);
Editor is loading...
// Setup var myArray = [["John", 23], ["cat", 2]]; // Only change code below this line myArray.push(["dog", 3]); console.log(myArray);