Advertisement
Guest User

Untitled

a guest
Mar 18th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. function addaccountfunc(usrnew, passnew) {
  2. console.log(" Forgotten passwords/usernames can NOT be reset!")
  3. if (usrnew === usr ){
  4. console.log("Sorry, that username is taken, would you like to chose another?")
  5.  
  6. }
  7. var usrnew = prompt("Chose a username: ")
  8.  
  9. if (passnew != password){
  10. var passnew = prompt("Chose a password:")
  11. }
  12.  
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement