I can’t get what’s error I’m making here. Please help

Tell us what’s happening:

Your code so far


var myList = [["Canned Beans", 3],
["Milk Galon", 1],
["Cereal", 2],
["Toilet Paper", 12],
["Sack of Rice", 1]
]];

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1.

Challenge: Shopping List

Link to the challenge:

at the end of your code you have a “]” more.

1 Like