# Introduction In programming, concatenation refers to the process of combining two or more strings together. In this challenge, we required to write a function that takes two strings as input and concatenates them.
Click the virtual machine below to start practicing