Skip to content

Instantly share code, notes, and snippets.

@yuritoledo
Created December 16, 2019 12:44
Show Gist options
  • Save yuritoledo/e144858ac70ec6bc5b01acde071e1843 to your computer and use it in GitHub Desktop.
Save yuritoledo/e144858ac70ec6bc5b01acde071e1843 to your computer and use it in GitHub Desktop.
Formatar número para moeda Real
Number(5).toLocaleString('pt-BR', {style: 'currency',currency: 'BRL'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment