js parse float 2 decimals but keep it a number code example Example: javascript convert string to 2 decimal var twoPlacedFloat = parseFloat(yourString).toFixed(2)