How to format numbers in JavaScript using Intl.NumberFormat
If you ever wanted to format a number in JavaScript you were forced to use .toLocaleString(). The only challenge was this does not actually support locales. It uses the system locale. Now with the Intl.NumberFormat() to format any number into a curre...
ratracegrad.hashnode.dev2 min read