Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

Tell us what’s happening:

i don’t know why this cod is not correct in this task

let character = "World";
console.log(character);

let secondCharacter;
secondCharacter = character

console.log(secondCharacter);

It is also written (you should not assign the value"test" to your secondCaracter variable

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

hey there, I edited your post because the template got all messed up somehow.

you seem to have forgotten the semi-colon