Learn Introductory JavaScript by Building a Pyramid Generator - Step 5

Tell us what’s happening:

Estoy intentando crear una codigo donde puede usar la palabra world pero me da error con el codigo console.log

Your code so far


// User Editable Region

let developer = "world";console.log(developer);


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

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 5

That line of code does produce “world” on the preview screen. Is that what you want?

while the developer variable is the one shown in the example, you are not asked to create it in your code, please read again and create the variable with the requested name