Learn Introductory JavaScript by Building a Pyramid Generator - Step 2

Tell us what’s happening:

Why is the ( ; ) not working . It says the script should end with a ( ; ) at the end but the ( ; ) does not work.

Your code so far


// User Editable Region

let hello;

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 2

the semicolon is working, but you are creating the wrong variable

please read the instructions again

This is the instruction:

Use the let keyword to declare a variable called character .