JSFiddle - React, Tailwind, and code Playground

by Amal Das

JavaScript

var arr = ['a','b','c'];

for(var x of arr){
console.log(x)
}