Learn Introductory JavaScript by Building a Pyramid Generator - Step 5

Tell us what’s happening:

Hello, can someone help me to resolve the problem in this code?
Thank you.

Your code so far


// User Editable Region

let developer = 'Naomi';
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

Hello there and welcome to our forum.
Check the hint box. You should not change the variable name or the original code unless you’re instructed to.

This is the instruction for this step:

Print the value of the character variable to the console.

The example is just an example. It’s not meant to be used literally in the challenges.

Please RESET this step, since you’ve lost the given code, and try again.