Tell us what’s happening:
i am completely new to javascript and i do not understand what they are asking of me in this step.
Your code so far
console.log("Let's build a pyramid using JavaScript basics:");
console.log(" # ");
console.log(" ### ");
console.log(" ##### ");
console.log(" ####### ");
console.log("#########");
// User Editable Region
// 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/127.0.0.0 Safari/537.36
Challenge Information:
Learn Introductory JavaScript by Building a Pyramid Generator - Step 1