hi guys, passed this challenge . just I have a question about this part:
[“Stimpson”, “]” which I saw within the lesson. my question is that " before and after brackets what means? “]”.
hope my question is clear!
Your code so far
// Setup
var myArray = [["John", 23], ["cat", 2]];
// Only change code below this line
myArray.push(["dog" , 3])
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/604.3.5 (KHTML, like Gecko) Version/11.0.1 Safari/604.3.5
.
Challenge: Manipulate Arrays With push()
Link to the challenge: