Tell us what’s happening:
Hello, I know it has been already asked many times but I really don’t get it. Maybe due to the language barrier (i’m a native French speaker) but it keep getting frustrating to don’t understand what I’m suppose to do. I just want to understand this please. I don’t want to get the soluce easily but I need to see the right path. Thank you
Your code so far
let character = 'Hello';
console.log(character);
character = "World";
let secondCharacter;
// User Editable Region
secondCharacter = "Test";
// 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 10