Learn Introductory JavaScript by Building a Pyramid Generator - Step 21

Tell us what’s happening:

I did this task and had 2 failures, one of them being the lack of first log (though it’s not in the instructions). I still have one fail that says I should use bracket notation on the rows array again. I don’t see the problem and I don’t understand what is expected of me here… My solution looks perfectly according to the instructions, I feel.

Your code so far

let rows = ["Naomi", "Quincy", "CamperChan"];
console.log(rows);
rows[2] = 10;
console.log(rows);

// User Editable Region



// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 21

Hi

You have changed the seed code. Reset the step and only add what is asked in the question.