We've come across this before, but how would we join two or more strings?

Nice one. We've seen the + operator before. Not only is this useful for math, but we can also join two strings with +.

Another term for joining strings is concatenation.

Nope! Think about what operator might be used for joining two strings.