Learn Introductory JavaScript by Building a Pyramid Generator - Step 5

Tell us what’s happening:

It says I should print the character variable to the console. I don’t know how to do this. Please help

Your code so far


// User Editable Region

let character = 'Hello';
console.log(developer);

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 5

You are logging a variable called developer to the console

You want to log the variable character

1 Like