JS number function adds up zeros at the end

Viewed 253

I am using the Number() JS function which is supposed to convert string value to numeric.

It's working fine for small numbers. For big ones - it is starting to substitude values with zeros as shown on the image:

enter image description here

Is there a work around for this problem?

2 Answers
Related