Learn Introductory JavaScript by Building a Pyramid Generator - Step 33

Tell us what’s happening:

I am getting lost here. I don’t know how to go about this

Your code so far

const character = "#";
const count = 8;
const rows = [];


// User Editable Region

for (const rows = 0; rows.length < 0; i++) {
  
}

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 33

Hi everyone!

Please I need a help here. Please can anyone help me out.

my code below:

for (const rows = 0; rows.length < 0; i++) {
  
}

Just copy the example given and paste it in the editor.

for ("iterator"; "condition"; "iteration") {

}

first read the instructions clearly