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

Stats:

CreatedMar 11, 2016
PublishedMar 15, 2016
Warriors Trained35065
Total Skips1484
Total Code Submissions65808
Total Times Completed28123
Java Completions2288
Ruby Completions846
JavaScript Completions18163
CoffeeScript Completions33
Python Completions6413
TypeScript Completions554
C# Completions450
Scala Completions48
Total Stars183
% of votes with a positive feedback rating87% of 2812
Total "Very Satisfied" Votes2256
Total "Somewhat Satisfied" Votes405
Total "Not Satisfied" Votes151
Ad
Contributors
  • Javatlacati Avatar
  • GiacomoSorbi Avatar
  • donaldsebleung Avatar
  • Chrono79 Avatar
  • user5036852 Avatar
  • hobovsky Avatar
  • KayleighWasTaken Avatar
  • LosBlobbos Avatar
  • saudiGuy Avatar
Ad