I need to round 6.300000000000001 to 6.31. How to do it?
console.log(6.300000000000001.toFixed(2)); // returns 6.30