Comment by miki123211
Comment by miki123211 3 hours ago
I recently had to write a Promise.all, but using an object instead of an array.
That was... non-trivial.
Comment by miki123211 3 hours ago
I recently had to write a Promise.all, but using an object instead of an array.
That was... non-trivial.
If it's what I'm thinking, that one isn't too bad. I wrote it awhile back: