_mercury πŸ‡΅πŸ‡Έ_
Reactifluxβ€’4y agoβ€’
1 reply
_mercury πŸ‡΅πŸ‡Έ

_mercury – 01-31 Jul 29

is thee any probability that this slug code be duplicated
  const slug = name.replace(/[^0-9a-z]/gi, '') + '-' + new Date().getTime();

this part
new Date().getTime()
?
Was this page helpful?