javascript fixed to 2 decimal code example Example: javascript fixed decimal var num = 5.56789; var n = num.toFixed(2);