DEV Community

Discussion on: ⭐️🎀 JavaScript Visualized: Promises & Async/Await

Collapse
 
moritzda profile image
MoritzDa

Hey Lydia,
your little article helped me a lot to understand promises better. I didn't know that the engine jumps out of the current function with the await keyword.

I think I found a little mistake in one of your code snippets, the open curly bracket should be removed here? Right?
mistake in code snippet

Thanks for your great article !