programming is when a function is already an async function in itself why when I call it I need to await it again? It makes no sense to me
Because an async function returns immediately, and doesn't resolve / complete until later
Обсуждают сегодня