var newID = function () {
return Math.random().toString(36).substr(2, 16);
}
console.log(newID());
Last active
February 13, 2024 06:10
-
-
Save bynaki/fcd46c09e0315d4dd839 to your computer and use it in GitHub Desktop.
JavaScript :: 유일한 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
{"noteId":"fcd46c09e0315d4dd839","main":"generate-id.md","title":"JavaScript :: 유일한 ID 만들기."} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment