Manipulate arrays

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:

where did you see this?

Screen Shot 2020-12-23 at 10.41.31 PM

it’s here . its an array

but there is not a square bracket in quotes, the second string is an upper case “j”

or if it’s not that, can you point it out more precisely?

1 Like

ohh , right, I saw it like bracket. :grinning: