Created
          September 10, 2018 18:42 
        
      - 
      
- 
        Save daniel12fsp/4ffc489687eff90e986da775631dafe0 to your computer and use it in GitHub Desktop. 
    Simple Random Id function
  
        
  
    
      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
    
  
  
    
  | function randomId() { | |
| return Math.random(23).toString(26).slice(2); | |
| } | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment