Learn Introductory JavaScript by Building a Pyramid Generator - Step 33

Tell us what’s happening:

i did my search and every thing , i guess there is something i miss i thought is so easy

Your code so far

const character = "#";
const count = 8;

// User Editable Region

const rows = [];

for (let iterator;   constcondition ;  iterator) {
    
}


// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 33

Hi there! Look at the instructions again:

the terms "iterator" , "condition" , and "iteration"

Use it as it is in your loop

What am I missing here?
for (“iterator”; “condition”; “iteration”:wink: {

}

I didn’t put the face emjoi in there.

Do you have quotation marks in the example in this step?

And in the future, please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.

The easiest way to create a topic for help with your own solution is to click the Help button located on each challenge. This will automatically import your code in a readable format and pull in the challenge url while still allowing you to ask any question about the challenge or your code.

Thank you.