Loan Shark: A Coding Project
A Javascript coding project using loops, functions, and math.. 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)
- CSS and Bootstrap Layout
- Javascript Fundamentals
- Javascript Loops
- Javascript Functions
- Javascript Dom Manipulation
- Javascript If/Then/Else
- Javascript Boolean Logic