JSFiddle - React, Tailwind, and code Playground
by Vipin Patil
JavaScript
var d = new Date();
var n = Math.floor(Math.random() * 90 + 10)+d.valueOf() ;
alert(n)
by Vipin Patil
var d = new Date();
var n = Math.floor(Math.random() * 90 + 10)+d.valueOf() ;
alert(n)