AC
Size: a a a
AC
AC
.
.
АК
.
AC
VB
LE
/fakeapi.com?name=Donal
и он находил бы Donald. Для тестового нужен автокомплитКГ
changeValueTimes(value, id): void {
const timeValue = value.target.value;
this.createdTableArr.map(item => {
if (item.id === id) {
item.time = timeValue;
consoleconsole.log(this.createdTableArr, ' обновленный масив');
}
});
}
AC
AC
changeValueTimes(value, id): void {
const timeValue = value.target.value;
this.createdTableArr.map(item => {
if (item.id === id) {
item.time = timeValue;
consoleconsole.log(this.createdTableArr, ' обновленный масив');
}
});
}
КГ
AC
AC
КГ
В
const delay = () => new Promise(
resolve => setTimeout(resolve, 1000)
)
const a = async() => {
for (let i = 0; i < 10000; ++i) {
await delay();
console.log(i);
}
}
a();
AC
j
АК