return result; } document.querySelectorAll('div').forEach(div => { const randomString = generateRandomString(3); div.classList.add(randomString); });