Skip to content

Instantly share code, notes, and snippets.

@alxmtr
Created March 14, 2018 17:39
Show Gist options
  • Save alxmtr/383a1bd1c774aec8222633f4b91c745b to your computer and use it in GitHub Desktop.
Save alxmtr/383a1bd1c774aec8222633f4b91c745b to your computer and use it in GitHub Desktop.
100.42 .toLocaleString('en-US', { style: 'currency', currency: 'USD' })
100.42 .toLocaleString('fr-FR', { style: 'currency', currency: 'EUR' })
100.42 .toLocaleString('ja-JP', { style: 'currency', currency: 'YEN' })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment