Brian Veitch

Rank: 3080 / 5440

4 selected videos

Javascript Loan Calculator - Part 5 - Calculating the Monthly Payment

In this video we write the scritp to calculate the monthly payment . We also write a rounding script plus I explain how we display the html table using document.getElementById.

A working version of the calculator can be found online at http://www.math.niu.edu/courses/math101/current/loan.html

View more

Related topics : loan calculator payment

Javascript Loan Calculator - Part 7 - Starting the Amortization Table

In this video we start writing the code for the amortization table and the header.

View more

Related topics : amortization loan table / amortization loan calculator

Amortization - Different Installment Loan Formulas

In this series, I use an installment loan formula that may look different than formulas from different textbooks. I assure you that you will get the same answer regardless of which version you use.

View more

Related topics : amortization loan formula

Javascript Loan Calculator - Part 8 - Finishing up the Amortization Table

In this video we finish the script for the amortization table. We tweek a few things and clean up some of the code.

View more

Related topics : amortization loan table