Learn Introductory JavaScript by Building a Pyramid Generator - Step 19

Tell us what’s happening:

i couldn’t find the right answer i searched and asked and my code is probebly right so let me know fi i ma right or wrong pleasee !!

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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 19

Welcome to the forum @tunisiagost

You changed the name of the array.
Try changing it back to rows

Happy coding