1 min readJan 11, 2019
Don’t forget for-await and async generators ;-) …
In any case, I mostly agree… Array methods are usually the saner choice. There are times (specifically with parallel queue behavior and async function serialization) that you want to use for loops, but for the most part that’s an exception to the rule. Oh yeah, and it does make more sense with async generators.