JSFiddle - React, Tailwind, and code Playground

by nevkatz

JavaScript

for (let i = 0; i < 9; ++i) {
console.log(i%2 + 1);
}