Skip to content

Instantly share code, notes, and snippets.

@luisfelipe-dev
Created February 9, 2023 20:18
Show Gist options
  • Save luisfelipe-dev/40d59879ec32c52773e727f69b475946 to your computer and use it in GitHub Desktop.
Save luisfelipe-dev/40d59879ec32c52773e727f69b475946 to your computer and use it in GitHub Desktop.
intl.numberformat pt-br currency
console.log(new Intl.NumberFormat('pt-BR', { style: 'currency', currency: 'BRL' }).format(money));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment