JSFiddle - React, Tailwind, and code Playground

by ppgab

JavaScript

a = [2,3,4];

for(let [i,n] in a){
console.log(i,n);
}