{
var result = (parseInt(Math.random() * (procent - 1)) == 0 ? "Неудача!" : "Успех!")
console.log(result)
}
Обсуждают сегодня