Miqueel97

Class User

Nov 4th, 2021
893
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class User {
  2.     constructor(user, email, number, password) {
  3.         this.user = user;
  4.         this.email = email;
  5.         this.number = number;
  6.         this.password = password;
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment