Always having this error: num.toExponential is not a funtion. num.toExponential is undefined.
Why is toExponential()
doesn't run on react native? How to replicate this functionality in react native?
let num = 0.00005678;
alert(num.toExponential());