Skip to content

Instantly share code, notes, and snippets.

@jpederson
Created March 11, 2014 23:34

Revisions

  1. jpederson created this gist Mar 11, 2014.
    7 changes: 7 additions & 0 deletions accrue.calculation.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    var loan_info = $.loanInfo({
    amount: "$7,500",
    rate: "7%",
    term: "36m"
    });
    // log the calculation data for test purposes
    console.log( loan_info );