this is the Code Example in JSBin: https://jsbin.com/rosizuk/edit?js,console
I got confused why the function only called the last async await (b() from the example). Why inside of a() seems like didn't get called at all??
If I comment / remove b(), all inside of a() will get call.
Need helps / explanation to resolve such issue ?.