what should i learn to make a loan calculator | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

11th Apr 2018, 2:56 AM
Roy
Roy - avatar
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.😂
11th Apr 2018, 4:03 AM
Akib
Akib - avatar
- 1
okey...let me learn more i think i don't reach that lesson yet. 😁
11th Apr 2018, 4:10 AM
Roy
Roy - avatar