// running tests
2. You should access your rows array.
5. You should log the first element of your rows array.
// tests completed
// console output
Naomi
Quincy
CamperChan
this is the problem and this is my code
Your code so far
// User Editable Region
let character = 'Hello';
let rows = ["Naomi","Quincy","CamperChan"];
console.log (rows[0]);
console.log (rows[1]);
console.log (rows[2]);
// 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/132.0.0.0 Safari/537.36
Challenge Information:
Learn Introductory JavaScript by Building a Pyramid Generator - Step 20
Being able to talk about how you are stuck is a critical programmer skill. “fix it for me” as an approach will leave you stuck and unable to grow your skills.
You still have an extra space in here. Why did you put a space in this line?