interactiveRob
3/9/2018 - 8:22 PM

run function after a delay

run function after a delay

setTimeout(function(){
  //do something after 600 milliseconds
}, 600);