DEV Community

Discussion on: JavaScript Awaits

Collapse
 
kayis profile image
K

I found observables more sound, because they make everything work like an array on steroids.

But I have to admit, abstracting async behavior behind an array-like idea is a bit much to swallow for the regular dev. Making it accessible via constructs like loops is much easier to grasp.