Introduction
We use the string concatenation operator to join two or more pieces of text together into one longer text.
When you want to combine a first name and last name into a full name.
When you want to add a greeting before a user's name.
When you want to build a sentence from smaller parts.
When you want to add a file extension to a filename.
When you want to create a URL by joining parts.