Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

Tell us what’s happening:

Hi guys,
I tried several times but it still did not work.
What am i doing wrong here?

Your code so far


// User Editable Region

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

// User Editable Region

console.log(secondCharacter);

Your browser information:

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

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

hi there, welcome to the forum.

it looks like you made a few different changes to the code that were unexpected.

Can you click the Reset button to restore the original seed code for this step?
After that, you just need to do the one change they asked for to the line of code in the editor (without modifying anything else)