round up if decimal nodejs code example Example 1: javascript round to 7 decimal places myNumber.toFixed(7); Example 2: round decimal js Math.round(num * 100) / 100