Learn Introductory JavaScript by Building a Pyramid Generator - Step 3

Tell us what’s happening:

Hi, Im on step 3 and Ive read through the task and some forum posts. Im pretty sure this is how the code should be but when i press check it says its not right, saying i need to put in = and “Hello” when theyre in there already

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/129.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 3

If you look at the instructions again, you will see that the name of the variable is character and not hello so you should fix that.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.