JSFiddle - React, Tailwind, and code Playground

by falldeaf

JavaScript

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