Concatenation is the operation of joining two or more strings or sequences end-to-end to form a single string or sequence. In programming and computer science, this is commonly used with text strings, but it can also apply to other data structures, such as lists or arrays.
New to topics? Read the docs here!