blob: 919c5c47db14145fc57deb330f39d86d04744c3b [file] [log] [blame]
x = [];
x[2] = 1;
x.unshift(0);
x.unshift(0);
x.sort(function() {
return Math.abs(4)
})