- Horsens, Denmark
- http://www.nesuarg.com
- @nesuarg
Pinned Loading
-
globally unique identifier in Javasc...
globally unique identifier in Javascript 1function unique() {
2return (((1+Math.random())*0x10000)|0).toString(16).substring(1);
3}
4// usage
5var guid = (unique() + unique() + "-" + unique() + "-4" + unique().substr(0,3) + "-" + unique() + "-" + unique() + unique() + unique()).toLowerCase();
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.