Learn Introductory JavaScript by Building a Pyramid Generator - Step 21

Tell us what’s happening:

not understand in this question so please change this question

Your code so far

let character = 'Hello';
let count = 8;
let rows = ["Naomi", "Quincy", 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/137.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 21

Welcome to the forum @mahendragokada8

You should use bracket notation on the rows array again.

You modified the first console log.

Please reset the step to restore the seed code.

Using the example as a guide, you are asked to modify the rows array using bracket notation. Do not modify the value in the array directly.

Happy coding