Learn Introductory JavaScript by Building a Pyramid Generator - Step 16

Tell us what’s happening:

i need to be printing count + 1 to the console. please help me

Your code so far


// User Editable Region

let character = 'Hello';
let count =  +1;
console.log();

// 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 16

hi there, welcome to the fcc focum.

For this exercise, please click reset to restore the original code given, then in your console.log, just type in count + 1 (inside the parenthesis)