if (array) super(...array)
else super();
this.FixDaySchedule = function(){
this[0]='asd';
return 'FixDaySchedule'};
};
FixDaySchedule: ()=>string;
};
const arr = new DaySchedule();
arr.push('1');
arr.push('8');
arr.push('3');
arr.push('0');
arr.push('5');
arr.push('6');
arr.sort();
console.log(arr.FixDaySchedule());
console.log(arr);
круто, а нам зачем?
Не работает: Generic type 'Array<T>' requires 1 type argument(s).
Обсуждают сегодня