Monday, 3 April 2017

What happens when you await a non-async function?

I noticed that you can await a function that is not async. What happens in this case? I'm trying to understand more of the details behind async/await and Promises and reading all kinds of articles but I still haven't been able to understand what happens in this case.

Submitted April 03, 2017 at 01:33PM by nowboarding

No comments:

Post a Comment