8 kyu
Triple Trouble
8,707 of 20,392G0ldenSp00n
Description:
Triple Trouble
Create a function that will return a string that combines all of the letters of the three inputed strings in groups. Taking the first letter of all of the inputs and grouping them next to each other. Do this for every letter, see example below!
E.g. Input: "aa", "bb" , "cc" => Output: "abcabc"
Note: You can expect all of the inputs to be the same length.
Puzzles
Similar Kata:
Stats:
Created | Apr 6, 2016 |
Published | Apr 6, 2016 |
Warriors Trained | 27330 |
Total Skips | 295 |
Total Code Submissions | 41577 |
Total Times Completed | 20392 |
JavaScript Completions | 8707 |
Ruby Completions | 684 |
Python Completions | 6107 |
Java Completions | 3657 |
CoffeeScript Completions | 19 |
Elixir Completions | 125 |
C# Completions | 916 |
PHP Completions | 505 |
C Completions | 309 |
Crystal Completions | 9 |
Julia Completions | 16 |
R Completions | 22 |
TypeScript Completions | 153 |
Scala Completions | 12 |
Total Stars | 215 |
% of votes with a positive feedback rating | 94% of 3192 |
Total "Very Satisfied" Votes | 2855 |
Total "Somewhat Satisfied" Votes | 307 |
Total "Not Satisfied" Votes | 30 |