Last active
May 16, 2023 15:09
-
-
Save victory-sokolov/66435a98fb2f2b52d29b01184670be74 to your computer and use it in GitHub Desktop.
unique id
This file contains hidden or 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 uuid = () => Date.now().toString(36) + Math.random().toString(36).substr(2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment