TIL: async
functions don’t work with forEach
loops. Huh.
Use for ... of
next time!
https://stackoverflow.com/a/37576787/1931946
#til #javascript
TIL: async
functions don’t work with forEach
loops. Huh.
Use for ... of
next time!
https://stackoverflow.com/a/37576787/1931946
#til #javascript
@chringel thanks for sharing. `Promise.all()` looks like what I was looking for a while back.