Learn Introductory JavaScript by Building a Pyramid Generator - Step 12

Tell us what’s happening:

How should step 12 be written ??
Its different on freecodecamp platform and on the Web Not same …

Who can send the answer?

Your code so far

let character = "Hello";

// User Editable Region


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

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/125.0.0.0 Safari/537.36 Edg/125.0.0.0

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 12

remove the space before the parentheses

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