How can I make a flaoting point number always have two decimal places, even when one is a zero?
E.g var postageCost = 3.2
but I want to display it as 3.20
- is this something that must be added as a string or is it possible to actually change the number?