Learn Introductory JavaScript by Building a Pyramid Generator - Step 19

Tell us what’s happening:

My code is perfect as it says but it kept showing error help me out and i cant skip it.

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 19

restore the variable name

this array is no longer called rows

As the previous camper points out, you need to change it back to ‘rows’

2 Likes

The variable name of the array was not to be change

1 Like

Thanks it was so simple

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.