Поиск
Apr 27, 2026, 1 min read
let i = 10; while (--i) { setTimeout(() => console.log(i), 0); }
**Ответ
Назад