JSFiddle - React, Tailwind, and code Playground by ppgab February 25, 2019 JavaScript a = [2,3,4]; for(let [i,n] in a){ console.log(i,n); }