Introduction
We join pieces of text to make one message. String concatenation and templates are two ways to do this simply.
When you want to combine a name and a greeting to say hello.
When you build a sentence using numbers and words together.
When you create messages that include values from variables.
When you want your code to be easy to read and write.
When you need to insert multiple values inside a text.