Поиск
Feb 06, 2025, 1 min read
var arr = []; arr.push(1); arr.push(5); arr.push(2); alert(Math.max.apply(null, arr)); //
Назад