Skip to content

Instantly share code, notes, and snippets.

@Giayychan
Last active April 27, 2020 06:21
Show Gist options
  • Save Giayychan/9a0cc8c09231a97d29c9d0bc7e046e76 to your computer and use it in GitHub Desktop.
Save Giayychan/9a0cc8c09231a97d29c9d0bc7e046e76 to your computer and use it in GitHub Desktop.
for $
export function numberWithCommas(x) {
return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment