I’m not able to understand what we’ve to do. Have been trying since past half an hour.
Your code so far
let character = 'Hello';
let count = 8;
// User Editable Region
let rows = ["Naomi", "Quincy", "CamperChan"];
rows[];
rows[2] = 10;
console.log(rows);
console.log();
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15
Challenge Information:
Learn Introductory JavaScript by Building a Pyramid Generator - Step 21
Your welcome. Actually you previously had extra line of wrong and unnecessary code there in the editor. Because of that, your challenge step was prevented from passing.