8 kyu
Printing Array elements with Comma delimiters
2,564 of 30,597Javatlacati
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 | 38651 |
Total Skips | 1601 |
Total Code Submissions | 71515 |
Total Times Completed | 30597 |
Java Completions | 2564 |
Ruby Completions | 876 |
JavaScript Completions | 19304 |
CoffeeScript Completions | 35 |
Python Completions | 7369 |
TypeScript Completions | 651 |
C# Completions | 517 |
Scala Completions | 62 |
Total Stars | 201 |
% of votes with a positive feedback rating | 87% of 2914 |
Total "Very Satisfied" Votes | 2338 |
Total "Somewhat Satisfied" Votes | 417 |
Total "Not Satisfied" Votes | 159 |