I have to generate random alphanumeric sting in JavaScript like A123B456 or B001A556 (upper case letter, three numbers from 0-9, upper case letter, three numbers from 0-9). This code should be randomly generated and should be unique. Any idea is appreciated.
-
please go ahead and add some code, you tried.Nina Scholz– Nina Scholz2018-08-23 19:38:49 +00:00Commented Aug 23, 2018 at 19:38
-
Go to search engine. Paste in title. Get answer. Remember to have a look around first, something like this is probably already solved.tadman– tadman2018-08-23 19:39:37 +00:00Commented Aug 23, 2018 at 19:39
Add a comment
|