function toUSD() { return new Intl.NumberFormat("en-US", { style: "currency", currency: "USD", }).format(this);}2~>toUSD() // returns $2.00