Advertisement
PawsonCz

Untitled

Jun 28th, 2020
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.    
  3.     function great(name) {
  4.         var name = prompt('Tell  me your name please ')
  5.         document.write('Witaj ' + name);
  6.         return name;
  7.     }
  8.  
  9. console.log(name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement