I have an array:
const arr = [\'a\', \'b\', \'c\']
That I want to convert to a comma-separated list - \'a,b,c\'. Is there any way t
\'a,b,c\'