haikuwebkit/JSTests/stress/sort-array-with-undecided.js

2 lines
55 B
JavaScript

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