Tell us what’s happening:
Hi, i have clicked on the check your code button and i cant find where to continiue or the output of the written code.
Your code so far
console.log("Let's build a pyramid using JavaScript basics:");
console.log(" 1ne ");
console.log(" 2wo ");
console.log(" th3re ");
console.log(" 4four ");
console.log("5five*");
// User Editable Region
console.log("s6ix");
// 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/136.0.0.0 Safari/537.36
Challenge Information:
Learn Introductory JavaScript by Building a Pyramid Generator - Step 1