SwVitaliy

Untitled

May 4th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. (function(n) { if (n<3) { console.log(n); arguments.callee.apply(this, [++n]) } else { console.log('done!!!') } })(0)
Advertisement
Add Comment
Please, Sign In to add comment