Skip to content

Instantly share code, notes, and snippets.

@daniel12fsp
Created July 11, 2020 13:11
Show Gist options
  • Save daniel12fsp/c3ef63a1d91550979c78b2c0daea0fd7 to your computer and use it in GitHub Desktop.
Save daniel12fsp/c3ef63a1d91550979c78b2c0daea0fd7 to your computer and use it in GitHub Desktop.
Format number
const formatNumber = (n) => n.toLocaleString('pt-BR', { minimumFractionDigits: 2, maximumFractionDigits: 2 })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment