в свойство? class Example {
constructor() {
this.test = new Example()
}
someMethod() {
console.log('Test')
}
}
В конструктор аргументом передайте
constructor(test) this.test = test ?
Обсуждают сегодня