Learn Introductory JavaScript by Building a Pyramid Generator - Step 13

Tell us what’s happening:

I tryd alot and seacher for help but seems like im doing something wrong. teacher isn´t getting assigned right to profession. everything else seems fine i guess only this error pops up

Your code so far

let character = "Hello";

// User Editable Region

let profession = "teacher";
let age =;
console.log(profession);
console.log(age);

// 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/123.0.0.0 Safari/537.36 OPR/109.0.0.0

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 13

Welcome to the forum @Sensei_Hook

Since you are not assigning a value, you do not need the equals sign.

Happy coding

1 Like

thanks alot i figured it out after sleeping over it ^-^

1 Like