Learn Introductory JavaScript by Building a Pyramid Generator - Step 2

Tell us what’s happening:

hi all sorry i am new to this please help i am putting in the semicolon, not sure what is going on.
Thank you,

Your code so far


// User Editable Region

let character = "Hello";

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 2

Hi there,

According to the lesson, you shouldn’t assign a value to your variable.

"Example
let example;

You’re doing great , just a small adjustment needed!