LOAN RANGER:
A Coding Challenge

A JavaScript coding exercise using _____________.

Write a mortgage loan calculator application that takes in three parameters:

  1. The amount of money loaned in dollars (balance)
  2. The time over which the loan will be repaid, in months (term)
  3. 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
App Logo