Learn Introductory JavaScript by Building a Pyramid Generator - Step 4

Tell us what’s happening:

i have done
let character = ‘hello’ ;
let developer = ‘Naomi’
console.log (character)
but its not working


// User Editable Region

let character = 'Hello';
let developer = 'Naomi'
console.log (character )

// 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/126.0.0.0 Safari/537.36 Edg/126.0.0.0

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 4

Why did you add this line?

you forgot your semicolon in the second line