how to round to 2 decimal places in jas code example Example: round number 2 decimals javascript Math.round((num + Number.EPSILON) * 100) / 100