← Code LabJavaScript0/50 solved · 0%
Async · hard

44. Async queue

Serialize concurrent work.

Write `createQueue()` returning `{ push }` where pushed async functions run strictly one at a time.
Required in your answer: Promise