JSFiddle - React, Tailwind, and code Playground by Amal Das August 17, 2022 JavaScript var arr = ['a','b','c']; for(var x of arr){ console.log(x) }