var authors = ['some author', 'another author', 'last author']; var authorString = authors.join(","); console.log(authorString);