In this example, two strings
are combined to make a
single bigger string.
Joining two or more strings or any other data types together is called Concatenation in Computer Science, so the above operation can also be stated as "concatenate these two strings to make a single bigger string"
.