Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
const check = count1 + count2 === count ? true : false
const check = count === [ count1 + count2, count1 - count2, count1 * count2, count1 / count2, ][Math.random() * 4 | 0];
const check = count === eval(`${count1} ${'+-*/'[Math.floor(Math.random() * 4)]} ${count2}`);