Learn Introductory JavaScript by Building a Pyramid Generator - Step 28

Tell us what’s happening:

help

Your code so far

let pusched;
let character = 'Hello';
let count = 8;
let rows = ["Naomi", "Quincy", "CamperChan"];

// User Editable Region

pusched = rows.push("freeCodeCamp");


// User Editable Region

console.log(pusched);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 28

Typo on the new variable name:

new pushed variable

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!