文件名称:mortgage-calculator:将摊销表打印到控制台
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-31 17:09:54
JavaScript
另一个抵押贷款计算器 抵押细节被硬编码到index.js 。 以下是控制台输出的示例。 > npm install > npm start Fixed monthly payments: 575.44 Remaining balance after 6 months: 94394.46 Amortization table: +-------+---------+----------------+---------------+----------------+----------+ | Month | Payment | Principal Paid | Interest Paid | Total Interest | Balance | +-------+---------+----------------+---------------+----------------+--
【文件预览】:
mortgage-calculator-master
----.jshintrc(261B)
----.gitignore(12B)
----package.json(365B)
----LICENSE.md(1KB)
----index.js(790B)
----README.md(1KB)
----money.js(812B)
----test()
--------mortgage.js(2KB)
----mortgage.js(2KB)