JSFiddle - React, Tailwind, and code Playground

by Hugo Carneiro

JavaScript

var arr = ["hello"];

var joined = arr.join(', ');

alert(joined)