sample2


SUBMITTED BY: roxybarua

DATE: Sept. 16, 2016, 4:45 p.m.

FORMAT: Text only

SIZE: 183 Bytes

HITS: 2752

  1. function getRandomWait(){
  2. var wait = Math.floor(Math.random() * maxWait ) + 100;
  3. console.log('Waiting for ' + wait + 'ms before next bet.');
  4. return wait ;

comments powered by Disqus