Learn Introductory JavaScript by Building a Pyramid Generator - Step 3

Tell us what’s happening:

I’m stuck on step 3. Initialize your character variable by assigning it the value “Hello” during its declaration. how do i solve this?

Your code so far


// User Editable Region

let hello="Hello";

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 3

Hi there.

Please click the reset button to restore the code.
You are given this instruction:

Initialize your character variable

The name of the variable is character. So it goes on the left of the equal sign.

Pls give this one another try.