Guest User

Untitled

a guest
Feb 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. var a = function(){
  2. console.log('AAA');
  3. }
  4. (function(){
  5. console.log(a);
  6. })();
Add Comment
Please, Sign In to add comment