Format Number Compact

Format a number in compact notation like 1K, 1M, or 1B.

Code

Utilities
new Intl.NumberFormat('en', { notation: 'compact', maximumFractionDigits: 1 }).format(num);

Parameters

Number to format.

Browser·fetch() may be limited by CORS

More JavaScript Snippets