Learn Introductory JavaScript by Building a Pyramid Generator - Step 6

Tell us what’s happening:

I do not understand this i have tried looking at the forum before posting this post but the vocabulary is too complex. Can someone explain in simpler terms?

Your code so far


// User Editable Region

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

// 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/122.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 6

Hi there, welcome to the forum.

Look at the example Code in step 6. The second line of the example code shows you how to reassign a variable.

For information, the variable name in the example is programmer, the variable value is Naomi. = is used to assign a value. Let + the name of the variable is used to declare a variable.

It says t hat you can reassign a value of a variable, they show you how to do it in the example code.

If you look at the example and follow the instructions carefully hopefully you can pass the step.

thanks alot it really helped

1 Like