I need to create a unique id which I can assign to a user it needs to be between 6 and 9 characters it can be alphanumeric I have seen this answer Random alpha-numeric string in JavaScript?
but it generates long ID, I want the ID to be between 6 and 9 characters
How can achieve this in javascript?