mathieubeauregard
3/14/2018 - 1:22 PM

Get random ID

Get random ID, that will likely be unique

// @see https://gist.github.com/gordonbrander/2230317
id = '_' + Math.random().toString(36).substr(2, 9)