Anon Set Timeout


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. (function foo() {
  2.  
  3. doStuff();
  4.  
  5. setTimeout(foo, 100)
  6.  
  7. }) ();

Report this snippet


Comments


You need to login to view comments.