Note from Mon Sep 05 2022

TIL: async functions don't work with forEach loops. Huh.

Use for ... of next time!

https://stackoverflow.com/a/37576787/1931946

#til #javascript

Webmentions

You mentioned this post on your site? Great! Why not send a webmention?


1 Responses
  1. @chringel thanks for sharing. `Promise.all()` looks like what I was looking for a while back.

til JavaScript