Learn Introductory JavaScript by Building a Pyramid Generator - Step 15

Tell us what’s happening:

i tried all methods it still shows error, with no solution

Your code so far


// User Editable Region

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

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 15

Hi @superprasanth21 and welcome to our community!

Your code is correct but you may have inadvertently removed the character variable above it.

Hit the Reset button to restore the starting code for this step and then add your count variable again.