JSFiddle - React, Tailwind, and code Playground

by garethrwilliams

JavaScript

const hello = 'hello,' + ['world', 'hello'] + ',world';

console.log(hello);