JSFiddle - React, Tailwind, and code Playground

by mooyah

JavaScript

var i;
for (i = 0; i < 100; i += 0.1)
{
    console.log(i);
}