Learn Introductory JavaScript by Building a Pyramid Generator - Step 19

Tell us what’s happening:

I changed the code from let rows = ; → let array = ;
Then I input the following:
let array = [“Naomi”, “Quincy”, “CamperChan”];
What am I doing wrong? I swear I did every variation possible, and I’ve been stuck on this for hours now. I looked at multiple forums telling the answer so I input those exact answers but there is still something wrong.

Your code so far


// User Editable Region

let character = 'Hello';
let count = 8;
let array = ["Naomi", "Quincy", "CamperChan"];

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 19

Hi. Don’t use the variable name in the example. No need to change the variable name from what was already there.