I test this code on some browser and found the difference:
console.log(new Intl.NumberFormat('en', { style: 'currency', currency: 'USD' }).format(123456.789))
Why on Safari 15 we have a difference result ? And how we change it same Chrome and Edge ? Thanks you