Skip to content

Instantly share code, notes, and snippets.

@ZakharDay
Created December 27, 2022 14:39
Show Gist options
  • Save ZakharDay/3836ed87113734545d4dd37ca9317c93 to your computer and use it in GitHub Desktop.
Save ZakharDay/3836ed87113734545d4dd37ca9317c93 to your computer and use it in GitHub Desktop.
function generateUniqNumber() {
return Math.floor(Math.random() * Date.now())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment