Javascript Argument Sort
In response to Meebo Javascript Puzzler
function argSort(){return Array.prototype.slice.call(arguments).sort();}
In response to Meebo Javascript Puzzler
function argSort(){return Array.prototype.slice.call(arguments).sort();}