When adding float numbers in node, I\'m getting some very weird results.
for (let i = 0.01; i < 1; i += 0.01) console.log(i);
The abov