# Returns random a-z0-9 pattern of 9 characters # Example: qhp050kba function randomAlphaNumeric() { return Math.random().toString(36).slice(2) }