, A.prototype={} A.
A.prototype={}, constructor.
?
constructor prototype.
A.prototype Object {}, constructor ( Object).
:
function A() { }
A.prototype = {}
(2)
Object.prototype
{
constructor:Object
}
A.prototype
{
constructor:A
}
(2)
Object.prototype
{
constructor:Object
}
A.prototype
{
}