Advertisement
Guest User

Untitled

a guest
May 28th, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function(){
  2.     var name = "greg";
  3.     console.log("In function name : " + name);
  4. })();
  5.  
  6. console.log("Out of function name : " + name );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement