Dynadot โ€” .com Transfer

Help! Set Timeout not working with random number

SpaceshipSpaceship
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 TransferDynadot โ€” .com Transfer
CatchedCatched
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomainEasy โ€” Payment Flexibility
DomDB
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back