bayangarkov

js

Dec 7th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function printOutput(){
  2.     var name = document.getElementById('user').value;
  3.     var pass = document.getElementById('pass').value;
  4.     outputUser.textContent = 'You enter username: ' + name;  
  5.     outputPass.textContent = 'You enter password: ' + pass;  
  6. }
Add Comment
Please, Sign In to add comment