DT
Size: a a a
DT
DT
DT
Кm
Кm
DT
DT
Кm
DT
Кm
AZ
class Parent {
constructor() {
this.child = new Child(); // на самом деле это массив из Child
}
}
НБ
AZ
Т
class Parent {
constructor() {
this.child = new Child(); // на самом деле это массив из Child
}
}
AZ
Т
Т
AZ
constructor(parent) {
this.parent = parent
}
Т
constructor(parent) {
this.parent = parent
}
DT