АГ
// 1
function DumbConstructor() { }
DumbConstructor.prototype.dumbMethod = function() { return }
// 2
function DumbConstructor() {
this.dumbMethod = function() { return }
}
Size: a a a
АГ
ab
dumbMethod
будет создаваться для каждого объектаA
BB
A
A
A
A
A
A
n
АД
n
S
h
GO
h
GO
h
GO