Sobes.tech
Middle+

Կատարեք ֆունկցիա, որը կարտածի բոլոր արժեքները "մարմինների" ծայրերում կոնսոլում interface ITree { left?: ITree | number; right?: ITree | number; } function printTree(data: ITree): void {}