JSFiddle - React, Tailwind, and code Playground

by ppgab

JavaScript

const a = [1,2,3];

for(const n of a){
 alert(n);
}