Guest User

Untitled

a guest
Jul 12th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. console.log('hello!');
  2.  
  3. var a = 1;
  4.  
  5. function b() {
  6. return a;
  7. }
  8.  
  9. b();
Add Comment
Please, Sign In to add comment