Learn Introductory JavaScript by Building a Pyramid Generator - Step 12

Tell us what’s happening:

What’s wrong here?

Your code so far


// User Editable Region

let character = 'teacher';
let profession = "teacher";
let age;


// User Editable Region

Your browser information:

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

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 12

Blockquote

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

“character” is no part of the instructions.

Also do the last sentence in the instructions for step 12.

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