it's just some kinda wrapper?
More correct: "await" instead of "then". await is just a do-notation for promises. If you use async/await, you use promises. async/await is more readable in most cases.
I almost never use it
Обсуждают сегодня