JSFiddle - React, Tailwind, and code Playground by darkstarsys August 29, 2018 JavaScript a=['abc', 'def']; for (let opt in a) { console.log(`${opt} from ${a}`); }