concatenate
Concatenates two strings if a condition is met. Example: Hello,
and World!
->Hello, World!
Return
a new string that is the concatenation of a
and b
if condition
is true, a
otherwise
Concatenates two strings if a condition is met. Example: Hello,
and World!
->Hello, World!
a new string that is the concatenation of a
and b
if condition
is true, a
otherwise