setTimeout() Redux


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

I don’t know how or why this works.


Copy this code and paste it in your HTML
  1. setTimeout({
  2. run: function() {
  3. foo(bar)
  4. }
  5. }.run, 1000);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.