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

Stats:

CreatedMar 11, 2016
PublishedMar 15, 2016
Warriors Trained38651
Total Skips1601
Total Code Submissions71515
Total Times Completed30597
Java Completions2564
Ruby Completions876
JavaScript Completions19304
CoffeeScript Completions35
Python Completions7369
TypeScript Completions651
C# Completions517
Scala Completions62
Total Stars201
% of votes with a positive feedback rating87% of 2914
Total "Very Satisfied" Votes2338
Total "Somewhat Satisfied" Votes417
Total "Not Satisfied" Votes159
Ad
Contributors
  • Javatlacati Avatar
  • GiacomoSorbi Avatar
  • donaldsebleung Avatar
  • Chrono79 Avatar
  • user5036852 Avatar
  • hobovsky Avatar
  • Just4FunCoder Avatar
  • KayleighWasTaken Avatar
  • LosBlobbos Avatar
  • saudiGuy Avatar
  • PetitLu117 Avatar
Ad