Skip to content
MoreOnFew

MoreOnFew

  • Home
  • Javascript
  • jQuery
  • CSS
  • HTML
  • Contact Us
  • Privacy Policy

Crypto

How to generate UUID in JavaScript? 2 Simple solutions!

September 26, 2022January 24, 2022 by moreonfew
Javascript on MoreOnFew.com

Many times we would have come across scenarios where we wanted to create a unique string in JavaScript that we could use as a unique ID. The obvious thought we would have is to try something with Math.random() or with a mix of Math.random and some Date or time-related object. However, there are many modern … Read more

Categories Javascript Tags API, Crypto, Javascript, npm, packagejs

Recent Posts

  • How to check if checkbox is checked in jQuery?
  • [Solved] Attempted import error: ‘Switch’ is not exported from ‘react-router-dom’
  • How to check if an element is hidden in jQuery?
  • How to remove a specific item from an array in JavaScript?
  • How to show ellipsis in CSS? Simple solution!

Categories

  • CSS
  • HTML
  • Javascript
  • jQuery
  • Home
  • About Us
  • Privacy Policy
  • Terms and Conditions
  • Contact Us
  • Sitemap
© 2022 MoreOnFew