Guest User

Untitled

a guest
Nov 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function vijay() {
  2.     var name = "Vijay Raju";
  3.     function displayName() {
  4.         alert (name);
  5.     }
  6.     displayName(); 
  7. }
  8.  
  9. vijay();
Add Comment
Please, Sign In to add comment