User932259438 posted
hello,
i have two variables.
var a= 10
var b= 3
First I need to calculate 10+3 then after click on button I need increase number for +3.
After click first time in button 10+3=13, but then after click second is 16, if click third time is 19.
How to do this with javascript?
Thanks.