
Announcements
Hi, guys!
Is there a standard way to genetare a new GUID at client side with JS?
If it's not possible what library should I use to do it?
there isn't a built-in method to generate a GUID, so you need a custom function.
For example this one I use inside my code: