Skip to content

Instantly share code, notes, and snippets.

@ayushmaniac
Created January 3, 2021 18:59
Show Gist options
  • Save ayushmaniac/e8acf665ec41bd7caecdc655d5c5700e to your computer and use it in GitHub Desktop.
Save ayushmaniac/e8acf665ec41bd7caecdc655d5c5700e to your computer and use it in GitHub Desktop.
val list = arrayListOf("Monday", "Tuesday","Wednesday", "Thursday", "Friday")
val commaSeparatedString = list.joinToString {it}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment