Source code
Revision control
Copy as Markdown
Other Tools
x = [];
x[2] = 1;
x.unshift(0);
x.unshift(0);
x.sort(function() {
return Math.abs(4)
})
x = [];
x[2] = 1;
x.unshift(0);
x.unshift(0);
x.sort(function() {
return Math.abs(4)
})