Format Percentage

Format a decimal number as a percentage with configurable precision.

Code

Utilities
new Intl.NumberFormat('en-US', { style: 'percent', minimumFractionDigits: decimals, maximumFractionDigits: decimals }).format(num);

Parameters

The decimal number (0-1).

Decimal places to show.

Browser·fetch() may be limited by CORS

More JavaScript Snippets