SwVitaliy

Untitled

Dec 15th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. (function (fn) { var a = 'hello'; fn() })(function () { console.log(a) })
  2. ReferenceError: a is not defined
Advertisement
Add Comment
Please, Sign In to add comment