JSFiddle - React, Tailwind, and code Playground

by zerippe

JavaScript

var s = 0.0;
for(var i = 0; i < 100000; i++){
  s += 0.01;
}

console.log(s);