Learn Introductory JavaScript by Building a Pyramid Generator - Step 37

Tell us what’s happening:

i didnt get to understand what to do here , can you please help in the step 37

Your code so far

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


// User Editable Region

for (let i = 0; i < count; i = i + 8) {
console.log(i);

}



// 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/138.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 37

Your loop should now run eight times.

this is not an instruction, this is a description of what’s happening, do not change anything here:

restore it to what it was, if you don’t remember use the reset button

That’s right i also got stuck on this to

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.