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