Https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-introductory-javascript-by-building-a-pyramid-generator/step-13

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);

Hi. Your syntax is wrong for the console.log. Remove the spaces on both before the open bracket (.

Hi. Why is it so picky?

hi there!

the ffc challenges are specific about instruction. also you need to write every code syntex as it is required.

Computers are machines so they need to be given very precise instructions to understand what to do.