Last active
January 28, 2021 13:40
-
-
Save indatawetrust/c0cbea78dca5e9761758c29517189215 to your computer and use it in GitHub Desktop.
random object id
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 randomObjectId = () => Array(2).fill().map(() => Math.random().toString(16).slice(2)).join('') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment