JSFiddle - React, Tailwind, and code Playground

by Avi Algaly

JavaScript

[0,1,2,3,4,5].forEach(i=>{
setTimeout(() => {
    console.log(i)
  })
})