Skip to content

Instantly share code, notes, and snippets.

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 erikfig/73c8b21e5ce379fa193ef2f95313c703 to your computer and use it in GitHub Desktop.
Save erikfig/73c8b21e5ce379fa193ef2f95313c703 to your computer and use it in GitHub Desktop.
const number = 123456.789;
const formatter = new Intl.NumberFormat('pt-BR', { style: 'currency', currency: 'BRL' });
https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment