Learn Introductory JavaScript by Building a Pyramid Generator - Step 44

# Step 44

Printing numbers won’t result in a visually appealing pyramid. Now that you’re outputting the formatted content of your rows array, it’s time to update your original loop.

Instead of pushing i to the array, push the value of your character variable.
help me with this pleaseemphasized text

any one kindly to help

Welcome to the forum @susan6371wangui

So the forum can assist please post your full code.

Use the following method to post code to the forum:

  1. On a separate line type three back ticks.
  2. On a separate line paste your code.
  3. On the last line type three back ticks. Here is a single back tick `

Happy coding