+ 1
// Good Luck const characters = "QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm1234567890!@#$%^&*()"; let rand = ""; while (rand.length < 8) { rand += characters[Math.floor(Math.random() * characters.length)]; } console.log(rand);
19th Apr 2022, 11:23 PM
SoloProg
SoloProg - avatar
0
https://youtu.be/cVPlU8nIJmI Do you know what is oop?
19th Apr 2022, 11:10 PM
Ian Munene
Ian Munene - avatar