Learn Introductory JavaScript by Building a Pyramid Generator - Step 5

Tell us what’s happening:

Is step 5 on JavaScript Algorithms and Data Structures glitched? I’m unsure why the code doesn’t pass when it’s appears to be operating properly in the console.

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

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 5

Print the value of the character variable to the console. Then, click the “Console” button to view the JavaScript console.

It doesn’t quite look like you’re following the instructions precisely - which variable are you printing to the console?