JSFiddle - React, Tailwind, and code Playground

by kazumasa sait

JavaScript

var a = 1;
while ( a < 10) {
    console.log(a);
    a++;
}