Learn Introductory JavaScript by Building a Pyramid Generator - Step 15

Tell us what’s happening:

I already assign number 8 variable to my count variable and I already use let to declare it. I already have semicolon.

Your code so far


// User Editable Region

let count = 8;
let count = 8;


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

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 15

Please click the reset button to restore the original code for this step. Then add the new line of code but do not erase anything else.