Learn Introductory JavaScript by Building a Pyramid Generator - Step 6

Tell us what’s happening:

Hey guys I’m doing this thing with Javascript on free code camp, and the problem question involves me using console.log(“character”), letting programmer be "character, and assigning programmer to “World”. I don’t know what to do I’ve been stuck on step 6 for a while now.

Your code so far


// User Editable Region

console.log(character);
let programmer = console.log(character);
programmer = "World";

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 6

Welcome to the forum @AzaelisCoding

You are using code from the example.

Please reset the step, carefully read the instructions and try again.

Happy coding