Loan Calculator tool

Loan Calculator tool

Loan Calculator
`; outputContainer.innerHTML = outputHTML; } function formatCurrency(amount, currency) { // Format currency as per user locale return new Intl.NumberFormat('en-US', { style: 'currency', currency: currency }).format(amount); } });