var arr = [3, 5, 1, 8, 20], max = arr.sort(function(a,b) { return b - a // а для ТС return +b - +a })[0]; alert(max);