Last updated 4 years ago
Was this helpful?
it's asking about known
const formatMoney = (amount) => `$${amount.toFixed(2)}`;