Guest User

Untitled

a guest
Oct 29th, 2017
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. setUserDetails(uname:string,passwd:string){
  2. this.userName=uname;
  3. this.password=passwd;
  4. alert("Hi"+this.userName+" :: "+this.password);
  5.  
  6. }
Add Comment
Please, Sign In to add comment