How do i fix this issue with long decimals?
Im adding two variables, “giveMoney” and “money”, but they result in a number with like 15 decimals.
The code is referenced below.
Variable type is not correct for toFixed() in javascript
I would like to use toFixed(2) to format some decimal numbers, but i think the type of my variable isnt correct for it.