electorAll('div').forEach(div => { const randomString = generateRandomString(3); div.classList.add(randomString); });