Learn Introductory JavaScript by Building a Pyramid Generator - Step 2

Tell us what’s happening:

I can not finish it it’s not acceptable
Let character =“Abdelhady” ;

Your code so far


// User Editable Region

let character="AAAA";




// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 2

Welcome to the forum @abdelhadymahmoud89

Your declaration should end with a semicolon.

For this step you are not required to assign a value.

Happy coding