7) {
alert(“enough”);
} else {
alert(“not enough”);
}
}
sum(3);
здесь можно ли заменить alert на return?
Да
Обсуждают сегодня