Learn Introductory JavaScript by Building a Pyramid Generator - Step 6

Tell us what’s happening:

No se en que está mal mi código le doy en avanzar y dice que error en la parte de la variable let dice que tengo que agregar character y world pero no se muy bien como podrían ayudarme con. Eso

Your code so far


// User Editable Region

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


// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 6

Check your spelling

try to copy/paste words if you want

As well as your spelling, the order of the code is not in the order asked, please look at the instructions carefully.

Also the syntax for the console log is wrong.