0 / 60 seg.

What will be the output of the console.log statement in the following code snippet?

let amount = 1000;
console.log(`Your balance is ${amount.toLocaleString('en-US', { style: 'currency', currency: 'USD' })}`);