Learn Introductory JavaScript by Building a Pyramid Generator - Step 12

Tell us what’s happening:

I stuck in this step 12 of javascript algorithms and data structures, can anyone help me with this?

Your code so far


// User Editable Region

let character = 'Hello';


// User Editable Region

Your browser information:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 12

You’ve declared a variable called “character” and assigned the string ‘Hello’ to it.

Declare a variable called “count” and assign the number 8 to it.