Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

Tell us what’s happening:

can you guys explain to me for this step
idk how to do

Your code so far

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

// User Editable Region

secondCharacter = "World";


// 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/126.0.0.0 Safari/537.36 Edg/126.0.0.0

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

Can you explain what about the instructions you don’t understand exactly? (Please don’t just copy-paste the instructions at us!) Thanks

I don’t know how to complete step 16
I’ve tried various methods but still can’t get it done

Ok, well since you cannot say anything of more detail, I’m not sure exactly where to start.

Do you understand what a variable is?

no :sweat_smile:

ljgsewsfgfgfgfgfgfgfgfgfgfgfgfgf

Ok. Please don’t write spam in your posts.

Since you missed what a variable is, I would go back to the very first step.