JSFiddle - React, Tailwind, and code Playground

by I Sang Hyeon

JavaScript

var times = 3;

for(var i=0; i<3; i++){
	console.log('i=='+i);
}