Posts by user179900 • 59 points
1 post
-
4
votes1
answer93
viewsQ: Functions with async / await running out of order
Can anyone explain to me if this is the expected behavior, or if I made a mistake in the code below? The expected behavior (in my understanding) would be to log 1,2,3 in sequence. let funcao1 =…