Source code

Revision control

Copy as Markdown

Other Tools

test();
function test() {
var a = [];
a*=3;
a.length;
}