Skip to content

After searching for a while for a unique javascript id generator, here is the best I found

Notifications You must be signed in to change notification settings

jojoaddison/uniqe-javascript-id-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Uniqe-Javascript-ID-Generator

After searching for a while for a unique javascript id generator, here is the best I found

NOTE: This format of 8 chars, followed by 3 groups of 4 chars, followed by 12 chars is known as a UUID and is defined in RFC4122 and is a standard for generating unique IDs. This function DOES NOT implement this standard. It simply outputs a string that looks similar. The standard is found here: https://www.ietf.org/rfc/rfc4122.txt

About

After searching for a while for a unique javascript id generator, here is the best I found

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published