Advertisement
pingu59

Untitled

Apr 19th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. var a = function() {
  2. alert('Ups');
  3. setTimeout(a(), 100)
  4. };
  5.  
  6. a();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement