I'm using JS to formt values. Insted of 1000, I would like it to be 1,000 on the final alert sent to the imbox of users.I've found this formatter func online, but it is giving me errors:const formatter = new Intl.NumberFormat('undefined', {style: 'currency',currency: 'USD',// These options are neede...