Unexpected comma using map()

Explanation template literals use the toString() method which by default joins the returned array by map with a ,. To avoid this “problem” you can use join(”) Code var description = [ ‘HTML & CSS’, ‘Javascript object-oriented programming’, ‘Progressive Web apps (PWAs)’, ‘Website Performance Optimization’, ‘Webpack and Gulp workflows’, ‘Fullstack React.js’, ‘Web Components’, ‘Responsive web … Read more