f2 = () => {
return something
}
const main = async () => {
await f1().then(() => f2())
}
?
Не могу я туда async сунуть
и почему же?
Обсуждают сегодня