JS Word Blanks - don't understand

I don’t understand how to do this one.

What have you tried? What problems are you having?

I do not understand what it is asking me to do. That’s the only problem.

can you link the exercise and/or your code?

https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/word-blanks

You should have just finished a lesson that taught you string concatenation. This challenge is asking you to take that and build a more complex string that includes string variables and text that you write.

What @ArielLeslie said, you just have to concatenate a string using those variables they give you.