Learn Introductory JavaScript by Building a Pyramid Generator - Step 21

Tell us what’s happening:

The error message is saying I need to use bracket notation on my rows array again. I thought I coded this like the example.

Your code so far

let rows = ["Naomi", "Quincy", "CamperChan"];
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/128.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 21

it looks like you changed some lines of code that are not supposed to be changed.
Please click the Reset button and it will restore the original code for this step.

After that, add the new code to the editor without modifying existing code.