This prints: waiting for async waiting for promise Done
2 replies
But this does not what I would expect.
It prints: waiting for a promise Done
The problem is me, not #JavaScript.
In above code the async function is not getting executed, so the value in
Promise all is a function, not a Promise.