Skip to content

Instantly share code, notes, and snippets.

@iczero
Last active June 29, 2023 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iczero/043f13ec17cbffaaf66518b3a2cc7f05 to your computer and use it in GitHub Desktop.
Save iczero/043f13ec17cbffaaf66518b3a2cc7f05 to your computer and use it in GitHub Desktop.
const formatUSD = n => '$' + n.toFixed(2).replace(/(?<=\b\d+)(?=(?:\d{3})+\b)/g, ',');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment