0
what should i learn to make a loan calculator
i just learn Javascript math logic and i get an idea that i will gonna make my first app as a loan calculator i make /* var loanamount = 2000000; var interest = 1.5; var tenor = 12; var x = loanamount; var y = interest; var z = tenor; var a = loanamount/tenor; var b = loanamount*interest/100; var installment = a+b; var c = installment; document.write(c); */ code but how to make box that can be shown in a display and can be written with the real value? forgive ma i am not native english
2 Answers
0
Make a table buddy
and make few buttons in the rows and columns then use onclick to add functions to run javascript.
Let me see when you are done.đ
- 1
okey...let me learn more i think i don't reach that lesson yet. đ