Created
January 19, 2021 00:05
-
-
Save whoisryosuke/bf72290a94d201bec0e84dce1760b349 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