Michael J. Ryan
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.

--

--

Michael J. Ryan
Michael J. Ryan

Written by Michael J. Ryan

Food nerd (keto, omad, carnivore) — Programmer and JavaScript junkie! (node.js, mongodb, browser)

Responses (1)