Tell us what’s happening:
I’ve only seen one thread on here regarding this issue and I still can’t seem to get this to work. I’ve changed the “Test” to World and I’m still not getting it right. Checked out another thread and the support said just to change the text and nothing else was said but still it’s not happening with me. Don’t know what I’m doing wrong? Been on this a while trying to figure it out.
Your code so far
let character = 'Hello';
console.log(character);
character = "World";
// User Editable Region
let secondCharacter;
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/124.0.0.0 Safari/537.36 Edg/124.0.0.0
Challenge Information:
Learn Introductory JavaScript by Building a Pyramid Generator - Step 10