ops i did console.log

This commit is contained in:
ChomeNS 2022-08-15 20:24:00 +07:00
parent 72e2d277c1
commit e1647e6603

View file

@ -11,4 +11,6 @@ function getRandomItem(arr) {
const username = getRandomItem(names) + getRandomItem(names) + (10 + Math.floor(Math.random() * 90));
console.log(username);
module.exports = function () {
return username;
};