Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

Tell us what’s happening:

Pls guys I am new to the freecode camp forum pls i need ur help on this one They are showing me that i should not assing the value "Test " to the secondCharcater variable I do niot know anything about javascript algorithims .I just completeed responsive web design certification on Friday pls help. GOD BLESS THE FREECODECAMP TEAM AND ANYONE WHO JOYFULLY ANSWERS MY REQUEST. HOPING FOR UR RESPONESES SOON. ADIOS.

Your code so far


// User Editable Region

let character = 'Hello';
console.log(character);
character = "World";
let secondCharacter;
secondCharacter = "character";
console.log(secondCharacter);

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Avast/109.0.24252.120

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

Hi there,

Please click reset for this step and then look for the word “Test” in the editor. They want you to erase it and write character instead.

The word character is a reference to a js variable. When you write this variable name on the right hand side of the equal sign, the contents of this variable will be copied to the variable on the left.

pls write waht should be pls I would be very happy

We can’t tell you the solution.
We are here to help you by gansweribg specific questions or explaining something that you don’t understand for example but not to give solutions.

Please read my earlier response and try to follow it. If you didn’t understand something I wrote or something written in the step, please ask for an explanation.