Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

I’m done it so dont relay bc I don’t know delete this post

let character = 'Hello';
console.log(character);
character = "World";
let secondCharacter;

// User Editable Region

secondCharacter = "Test";


// User Editable Region

console.log(secondCharacter);

Your browser information:

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

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

Welcome to the forum @quanghua224

For this step you need to change the string "Test" to the variable character

This is how you reassign or change the value of the secondCharacter variable.

Happy coding

1 Like

thx but I and can I ask u how to delete this post