/loan_calculator

Simple JS loan calculator

Primary LanguageHTML

Loan calculator

Simple loan calculator that lets the user enter amount of loan, interest rate, and years to repay, and returns monthly payment, total payment, and payment of interest.

Practicing JS and objects as outlined in the tutorial from https://www.traversymedia.com/.