Created
March 11, 2014 23:34
-
-
Save jpederson/9497384 to your computer and use it in GitHub Desktop.
Accrue.js basic calculation-only example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var loan_info = $.loanInfo({ | |
amount: "$7,500", | |
rate: "7%", | |
term: "36m" | |
}); | |
// log the calculation data for test purposes | |
console.log( loan_info ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment