I was in need to use the number 515236034100068353 but JavaScript transforms it as 515236034100068350
console.log(515236034100068353 === 515236034100068350)
Why does this happens ? How could I fix it ?
I was in need to use the number 515236034100068353 but JavaScript transforms it as 515236034100068350
console.log(515236034100068353 === 515236034100068350)
Why does this happens ? How could I fix it ?