You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using HTML, CSS, and JavaScript to create a loan testing calculator app. There is a jasmine test file (calculator-test.js) that write tests for the calculateMontlyPayment function. The calculator takes an amount to loan (the principle), a term in years, and a yearly rate. The output returned is the monthly payment of the loan.