Source code

Revision control

Copy as Markdown

Other Tools

function f() {
var a = [];
a.push(a);
}
f();