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