Guest User

Untitled

a guest
May 27th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. var foo = function() { alert("bar"); };
  2.  
  3. // Better practice. Note how the function is passed this time.
  4. setTimeout(foo, 2000);
Add Comment
Please, Sign In to add comment