Tell us what’s happening:
It is telling me, “Use console.log and bracket notation to print the rows array.” I looked on the forum and it looks like step 19 was different then it is right now because they are talking about something different. Or im just not paying attention. Please help me with this!
Your code so far
// User Editable Region
let character = 'Hello';
let count = 8;
let rows = ["Naomi", "Quincy", "CamperChan"];
rows[];
console.log(rows);
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
Challenge Information:
Learn Introductory JavaScript by Building a Pyramid Generator - Step 19