JSFiddle - React, Tailwind, and code Playground

by colorkid

JavaScript

for (let i = 0; i < 10; i++) {
	var i = 22;
  setTimeout(function () { 
    console.log(i); 
  }, 0); 
}