Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

Click the reset button to restore the code to its original state for this step.

After that, look at your editor.

It should have exactly one line of code there.

Then do what the instructions wanted which were:

change your secondCharacter assignment from "Test" to your charactervariable.

That means you should erase the word test and its double quotes and then type the word character in its place.

2 Likes