function highest(){ //return arguments.slice(1).sort(function(a,b){ return makeArray(arguments).sort(function(a,b){ return b - a; }); } function makeArray(array){ return [].slice.call( array ); }
No comments:
Post a Comment