Skip to content

Instantly share code, notes, and snippets.

@cheeseonamonkey
Forked from whoisryosuke/timestamp-hash.js
Created August 18, 2023 08:38
Show Gist options
  • Save cheeseonamonkey/145093751e00535da21f8de8c8d89ab4 to your computer and use it in GitHub Desktop.
Save cheeseonamonkey/145093751e00535da21f8de8c8d89ab4 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