Tell us what’s happening:
I have done what its asked but it’s still throwing an error.
I’ve try stringing the console log changing things around and still says I need the string teacher assigned to profession
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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15
Challenge Information:
Learn Introductory JavaScript by Building a Pyramid Generator - Step 12