JSFiddle - React, Tailwind, and code Playground

by AndreaLigios

JavaScript

const foo = ["a","b","c"];

const bar = "(" + foo + ")";

alert(bar);