Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save erikfig/73c8b21e5ce379fa193ef2f95313c703 to your computer and use it in GitHub Desktop.

Select an option

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