0
How do I make a username detector?
How do I make a username detector in JS?
2 Answers
+ 1
What do you want it to do?
Confirm that a username exists? You could create an array of existing usernames and then iterate through that once the user has input their entry.
0
Ausgrindtube I want it to be able to accurately detect a userâs username to use.