How do I use javascript to concatenate several responses into a single text string and assign it to a variable

I need to take several text string responses and concatenate them into a single string and assign it to a variable.

Can this be done with Javascript?

Resolved
4 replies