Skip to content

Instantly share code, notes, and snippets.

@e-mihaylin
Last active August 3, 2018 08:12
Show Gist options
  • Select an option

  • Save e-mihaylin/a4a09817b2b9823ec4abcef77d441e56 to your computer and use it in GitHub Desktop.

Select an option

Save e-mihaylin/a4a09817b2b9823ec4abcef77d441e56 to your computer and use it in GitHub Desktop.
const numberFormat = n => String(n).replace(/(\d)(?=(\d{3})+(?!\d))/g, '$1,');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment