Learn Introductory JavaScript by Building a Pyramid Generator - Step 6

Tell us what’s happening:

i don’t understand , according me this is right but system will not run it throw me error

Your code so far


// User Editable Region

let character = "Hello";
console.log(character);
character="world";

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 6

Hi. The test is case sensitive. Look at your capitalisation on the text value of your re-assigned variable against what was asked.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.