Вивчіть основи JavaScript, створивши генератор пірамід - Step 21

Розкажіть нам, що сталося:

Can’t understand “You should use bracket notation on the rows array again”

Ваш код


// User Editable Region

let rows = [1, 2, 3];
rows[2] = 10;
console.log(rows);
console.log(rows);

// User Editable Region

Інформація про ваш браузер:

Агент користувача: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36

Інформація про завдання:

Вивчіть основи JavaScript, створивши генератор пірамід - Step 21

Welcome to the forum @JlaYmix

It looks like you added code from the example.

Please remove the rows variable and declaration from the above code block.

Also remove one of the console logs.

Happy coding