Is there other alternative ways of toFixed in javascript?.
I want alternative way of toFixed() which doesn't allow rounding number.
For Example
Exp: 12.4567
after appling tofixed(2) it will convert to 12.46
.
but I want 12.45
Is there other alternative ways of toFixed in javascript?.
I want alternative way of toFixed() which doesn't allow rounding number.
For Example
Exp: 12.4567
after appling tofixed(2) it will convert to 12.46
.
but I want 12.45