Jul 10, 2017 · 1 min read
You say that the await keyword can only be used with functions that were declared with async. Is it not possible to use with normal functions that return a Promise?
You say that the await keyword can only be used with functions that were declared with async. Is it not possible to use with normal functions that return a Promise?