Learn Introductory JavaScript by Building a Pyramid Generator - Step 5

Tell us what’s happening:

i can’t print my character developer and move to the next stage in Javascript Algorithms and Data Structures ( BETA )
its says i must press the console key but it doesn’t do anything please help me i have been stuck for over an one hour i will never donate if this is javascript coding . it keeps saying "you should print the character variable " i have to press the console key i have been doing this for a while somebody please assist me on how to print the character value to view javascript SOS

Your code so far


// User Editable Region

let developer = "character";
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/126.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 5

Hi there! Why did you do this?

let developer = "character";

Look at the instructions carefully:

Print the value of the character variable to the console.

So please reset the task, don’t modify the given code and follow the instructions

1 Like

You need to log the character variable to the console. You currently have developer.