Source code

Revision control

Copy as Markdown

Other Tools

function f() {
gc();
[].unshift(false);
}
f();
f();