JSFiddle - React, Tailwind, and code Playground

by pierian_design

JavaScript

for (var i = 0; i < 3; i++) {
	var ddd = i;
}

console.log(i);