0 / 60 seg.

How can you convert the array ['a', 'b', 'c'] into the string "a,b,c"?

const arr = ['a', 'b', 'c'];