-
-
Save cheeseonamonkey/145093751e00535da21f8de8c8d89ab4 to your computer and use it in GitHub Desktop.
JS - Generate semi-unique hash based off timestamp
This file contains 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
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