AC
Size: a a a
AC
AC
L
КГ
АК
for (let i = 0; i < queue.length - 1; ++i) await queue[i];
return await queue(queue.length - 1);
В
AC
A
this
указывает?КГ
this
указывает?public createdTableArr: { dailyCalories: number; id: number; time: string; eating: string }[];
УВ
КГ
j
queue[queue.length - 1]
В
queue[queue.length - 1]
L
.
L
asyncWrapper(myFn)
function myFn() {
//...code
.../*await*/ fn2()
}
L
.
В
L