Код: Выделить всё
class Monkey extends SomeOtherClass {
constructor(param = {}) {
// this is my target
function someFunctionDefinedInsideConstructor() {
// does stuff
}
// calls said function, also inside constructor
someFunctionDefinedInsideConstructor();
}
}
Подробнее здесь: https://stackoverflow.com/questions/794 ... a-construc
Мобильная версия