!snippet UID JS
promisfy Date.now()
&& check clash || return Date.now()
as Sync fn to prevent clash
const _uid = Date.now()
combine Date.now()
with Math.random()
const _uid = Date.now().toString(36) + Math.Random().toString(36).substr(2)