Created
          June 29, 2022 02:03 
        
      - 
      
 - 
        
Save szaranger/329fee2549cd49f01baa1601742ec37e to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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