javascript - How to increase a variable"s value by 1 eveytime I fire a function -
this question has answer here:
- count functions calls javascript 4 answers
how do have pos=0 , each time fire function pos+=10 , how store how many times fire in var
you can following: var count = pos/10
thanks
Comments
Post a Comment