JSFiddle - React, Tailwind, and code Playground
by Renjith VR
JavaScript
let uuid = ((new Date().getTime()).toString(36))+'_'+(Date.now() + Math.random().toString()).split('.').join("_");
alert(uuid);
by Renjith VR
let uuid = ((new Date().getTime()).toString(36))+'_'+(Date.now() + Math.random().toString()).split('.').join("_");
alert(uuid);