Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
function func() { var rand = randomInteger(1, 999999); var location = 'https://Kakoy-to.adres/takaya-to_stranica_na_moyёm_sayte?n=' + rand; document.location.href = location }
var rand = Math.floor(Math.random() * 1000);
const rand = Math.random() * 1000 | 0;