JSFiddle - React, Tailwind, and code Playground by garethrwilliams January 18, 2023 JavaScript const hello = 'hello,' + ['world', 'hello'] + ',world'; console.log(hello);