8 kyu
Printing Array elements with Comma delimiters
2,288 of 28,123Javatlacati
Description:
Input: Array of elements
["h","o","l","a"]
Output: String with comma delimited elements of the array in th same order.
"h,o,l,a"
Note: if this seems too simple for you try the next level
Note2: the input data can be: boolean array, array of objects, array of string arrays, array of number arrays... 😕
Arrays
Fundamentals
Similar Kata:
Stats:
Created | Mar 11, 2016 |
Published | Mar 15, 2016 |
Warriors Trained | 35065 |
Total Skips | 1484 |
Total Code Submissions | 65808 |
Total Times Completed | 28123 |
Java Completions | 2288 |
Ruby Completions | 846 |
JavaScript Completions | 18163 |
CoffeeScript Completions | 33 |
Python Completions | 6413 |
TypeScript Completions | 554 |
C# Completions | 450 |
Scala Completions | 48 |
Total Stars | 183 |
% of votes with a positive feedback rating | 87% of 2812 |
Total "Very Satisfied" Votes | 2256 |
Total "Somewhat Satisfied" Votes | 405 |
Total "Not Satisfied" Votes | 151 |