Learn Introductory JavaScript by Building a Pyramid Generator - Step 68

please how do i concatenate it

Hi there!

You have modified your code. The starting code was:

  return character.repeat(rowNumber);

You need to add a space string " " on both side of your repeating ’ character`

it looks like you were using the concat operator fine earlier