Source code

Revision control

Copy as Markdown

Other Tools

gczeal(13);
function A() {};
A.prototype = [];
function B() {};
B.prototype = new A();