1 2 3 4 5 6 7
x = []; x[2] = 1; x.unshift(0); x.unshift(0); x.sort(function() { return Math.abs(4) })