Skip to content

Instantly share code, notes, and snippets.

@sethdavis512
Created October 17, 2017 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sethdavis512/0048e1bb29402fc1ffd71e513e509922 to your computer and use it in GitHub Desktop.
Save sethdavis512/0048e1bb29402fc1ffd71e513e509922 to your computer and use it in GitHub Desktop.
const formatter = new Intl.NumberFormat('en-US', {
style: 'currency',
currency: 'USD',
minimumFractionDigits: 2,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment