sort-array-with-undecided.js   [plain text]


new Array(100).sort(function(a, b) { return a - b; });