JSFiddle - React, Tailwind, and code Playground

by fristyr

JavaScript

for (var i = 1; i < 10; i--) {
	if (i % 2) {
		console.log(i);
    }
}