Learn Introductory JavaScript by Building a Pyramid Generator - Step 1

Tell us what’s happening:

im not sure what im supposedto be doing in then first place

Your code so far


// User Editable Region

lethello;

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 1

There is an example of how to create a variable called ‘hello’

let hello;

Use that example to create a variable called ‘character’.

Don’t be afraid to usespacesbetween yourwords