Dynadot โ€” .com Registration $8.99

Help! Set Timeout not working with random number

Spaceship Spaceship
Watch

traderone

Established Member
Impact
2
Hello,
I can not seem to get this to work. It is a recursive function that calls itself. It is supposed to delay 10 seconds plus a random amount. The problem I'm having is that it repeatedly calls itself every 10 seconds (exactly) without adding a random number of seconds.

Code:
var i=0;
function load(){
.....
	i++;														
	if (i<=someArray.length){
		timer=setTimeout("load()", (10000 + Math.floor(Math.random()*10*1000)));							
	}
}
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Dynadot โ€” .com Registration $8.99Dynadot โ€” .com Registration $8.99
Appraise.net
Unstoppable Domains
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back