[Javascript] Async await in Call stack
Once run in async await, the rest of the function body will be push to Microtask Queue console.log(3)
Order: 2 3 4 1
Once run in async await, the rest of the function body will be push to Microtask Queue console.log(3)
Order: 2 3 4 1