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