Learn Introductory JavaScript by Building a Pyramid Generator - Step 5

Tell us what’s happening:

I’m struggling please help as it is saying im lost

Your code so far


// User Editable Region

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

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 5

Welcome to the forum!

Best reset, look at the example, but don’t copy its code.
Let the example guide you on how to console.log() the given variable.

Best Regards