const amount = 1999.9; const options = { style: "currency", currency: "USD" }; amount.toLocaleString("en-US", options);
$1,999.90