Created
July 11, 2020 13:11
-
-
Save daniel12fsp/c3ef63a1d91550979c78b2c0daea0fd7 to your computer and use it in GitHub Desktop.
Format number
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
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