JSFiddle - React, Tailwind, and code Playground

by Chris

JavaScript

for (i=0;i<10;i++) {
	console.log(i % 3);
}