DEV Community

Cover image for Quiz📣: How Well Do You Understand Asynchronous JavaScript?

Quiz📣: How Well Do You Understand Asynchronous JavaScript?

Ekaterina Vujasinović on October 28, 2021

Over the last few weeks, we had a lot of discussions on asynchronous JavaScript and patterns we use in our projects to build performant apps. It re...
Collapse
 
rammina profile image
Rammina

That was fun! My knowledge of async JavaScript kind of is lacking.

Collapse
 
ekaterina_vu profile image
Ekaterina Vujasinović

Thanks Rammina!

Collapse
 
zalithka profile image
Andre Greeff

well well, 3 out of 4 isn't too bad (the explicit button.click() call caught me out).. that really did make me think though, I like it!

Collapse
 
ekaterina_vu profile image
Ekaterina Vujasinović

Hi Andre, I'm glad you enjoyed it. The questions are a bit tricky, especially the last one and 3 out of 4 is a great result.

Collapse
 
issshahzaib profile image
Shahzaib

This one was pretty refreshing
Thanks for sharing

Collapse
 
abdelrahman_dwedar profile image
‘Abdelraḥman Dwedar 👨🏻‍💻🇵🇸

I hope that this quistion doesn't annoy you, how can I make this thing (details)?

Collapse
 
ekaterina_vu profile image
Ekaterina Vujasinović

Hi Abdelrahman, I'm not sure what is the question here. Is there supposed to be some link in the details?

Collapse
 
abdelrahman_dwedar profile image
‘Abdelraḥman Dwedar 👨🏻‍💻🇵🇸

No problem at all, I found how to make it.

CLICK ME
This is what I maen

Thanks for publishing btw. 😊

Collapse
 
sherzoduralov profile image
SherzodUralov

I have a problem with the UI

Collapse
 
davenguyenhuy profile image
Nguyen Huy Cuong • Edited

Thanks, I have to re-fresh my knowledge :( :(

Collapse
 
ekaterina_vu profile image
Ekaterina Vujasinović

Yeah, asynchronous code can be frustrating . It's probably the hardest part of JavaScript.