I have checked many questions and answers regarding join array with comma separated string, But my problem is that, I am making the string readable for human i.e I have tag
[1, 2, 3] .join(', ') .split('').reverse().join('') .replace(' ,', ' dna ') .split('').reverse().join('')