Luís Marques's Blog

Luís Marques's Blog

Follow
Follow
homeAbout Me
Tag

algorithm

#algorithm

More content

Read more stories on Hashnode


Articles with this tag

How to Generate a Global Unique Identifier (UUID) with JavaScript

Dec 21, 20224 min read

A UUID (Universal Unique Identifier) is a string of characters that is guaranteed to be unique across all devices and time. UUIDs are widely used to...

How to Generate a Global Unique Identifier (UUID) with JavaScript