LOAN RANGER:
A Coding Challenge
A JavaScript coding exercise using _____________.
Write a mortgage loan calculator application that takes in three parameters:
- The amount of money loaned in dollars (balance)
- The time over which the loan will be repaid, in months (term)
- The percentage rate at which interest will accrue on the loan (rate)
Each month is listed to show the:
- Payment amount,
- amount applied to Principle
- amount applied to Interest
- Total Interest paid so far
- remaining Principle Balance
- Arrays
- String Manipulation
- Operators
- Loops
- Functions
- Dom Manipulation
- HTML
- CSS
- JavaScript
- Bootstrap