Skip to content

Instantly share code, notes, and snippets.

@whoisryosuke
Created January 19, 2021 00:05
Show Gist options
  • Save whoisryosuke/bf72290a94d201bec0e84dce1760b349 to your computer and use it in GitHub Desktop.
Save whoisryosuke/bf72290a94d201bec0e84dce1760b349 to your computer and use it in GitHub Desktop.
JS - Generate semi-unique hash based off timestamp
const hash = Number(new Date).toString(36)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment