Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

Tell us what’s happening:

did the following but nothing worked kindly help

let character = “World”;
let secondCharacter = “Test”

Your code so far

let character = 'Hello';

// User Editable Region

console.log(character);
let secondCharacter = "Test"


kindly help

change your secondCharacter assignment from "Test" to your character variable.

You need to change the value "Test".
I think you also removed some other code. Try resetting this step first.