![]() |
|
||||||||||
|
|||||
|
Bumble Bee
|
а у меня другая функция:
function getMax() {
function sortUp(el1, el2) {
return el1-el2;
}
arguments.sort(sortUp);
last = arguments.length-1;
return arguments[last];
}
trace(getMax(220, 54, 8, 71, 2)); trace(getMax(4,6,5)); --------------------------
__________________
Portfolio |
![]() |
Часовой пояс GMT +4, время: 16:08. |
|
|
« Предыдущая тема | Следующая тема » |
|
|