Tell us what’s happening:
can someone help with accessing my rows array (level 19)
Your code so far
// User Editable Region
let rows = ["Naomi", "Quincy", "CamperChan"];
rows[0]
rows[1]
rows[2]
console.log(rows[0])
// 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/125.0.0.0 Safari/537.36
Challenge Information:
Learn Introductory JavaScript by Building a Pyramid Generator - Step 19