Given two String
s, create a bigger string made of the first character of the first String
, the first character
of the second String
, the second character of the first String
, the second character of the second String
, and
so on.
Any leftover chars should go at the end of the result.
You're challenge is to write tests for this problem described above.
Stuck? You may find these lessons helpful: