https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-introductory-javascript-by-building-a-pyramid-generator/step-13Hi,
I can see my variables printed on the console. It says I am failing this step. What am I doing wrong. Here is my code.
let profession = "teacher";
console.log (profession);
let age;
console.log (age);