Created
February 9, 2023 20:18
-
-
Save luisfelipe-dev/40d59879ec32c52773e727f69b475946 to your computer and use it in GitHub Desktop.
intl.numberformat pt-br currency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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