Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save szaranger/329fee2549cd49f01baa1601742ec37e to your computer and use it in GitHub Desktop.
Save szaranger/329fee2549cd49f01baa1601742ec37e to your computer and use it in GitHub Desktop.
class User {
username;
static userId;
static get userId() {
return userID;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment