Closed schell closed 5 years ago
How does one use the await operator within on an asyncFunction?
asyncFunction
You can simply use the then and catch functions. Good enough.
then
catch
How does one use the await operator
withinon anasyncFunction
?