If you have two small strings, like 'a' and 'b', return them put together like 'ab'.
'a' and 'b' => 'ab'
For extra credit, combine any number of strings.
2 Comments
1 Comment
2 Comments