JSFiddle - React, Tailwind, and code Playground

by fristyr

JavaScript

for (var i = 10; i > 0; i++) {
	if (i % 2) {
		console.log(i);
	}
}