Learn Introductory JavaScript by Building a Pyramid Generator - Step 15

Tell us what’s happening:

the question says to use the let keyword to assign a number 8 but the console doesn’t recognise it

Your code so far


// User Editable Region

let count=8;
after that the  console doesn't recognise the task


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

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 15

Hi there,

This line is correct.
But make sure you didn’t delete this line

let character = 'Hello';

Maybe reset the step and try again.

ok thank you let me try again

yes it works now , thanks again :smiley:

1 Like