Source code

Revision control

Copy as Markdown

Other Tools

x = Array(4294967295);
x[1] = 0;
Array.prototype.shift.call(x);